PluginProbe
Hostinger Tools / 2.1.6
Hostinger Tools v2.1.6
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
← All changes | vendor/composer/autoload_static.php +6 -30 3.0.732.1.6 View file →
@@ -3,49 +3,25 @@
3 3 // autoload_static.php @generated by Composer
4 4
5 5 namespace Composer\Autoload;
6 6
7 -class ComposerStaticInitdbd67c2d973de5f4c78a03e582c78768
7 +class ComposerStaticInit280b093a1715d5db4ee2f5aa1ec4121e
8 8 {
9 9 public static $prefixLengthsPsr4 = array (
10 - 'H' =>
10 + 'H' =>
11 11 array (
12 - 'Hostinger\\WpMenuManager\\' => 24,
13 - 'Hostinger\\WpHelper\\' => 19,
14 - 'Hostinger\\Tests\\' => 16,
15 12 'Hostinger\\' => 10,
16 13 ),
17 - 'A' =>
18 - array (
19 - 'Automattic\\Jetpack\\Autoloader\\' => 30,
20 - ),
21 14 );
22 15
23 16 public static $prefixDirsPsr4 = array (
24 - 'Hostinger\\WpMenuManager\\' =>
17 + 'Hostinger\\' =>
25 18 array (
26 - 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src',
27 - ),
28 - 'Hostinger\\WpHelper\\' =>
29 - array (
30 - 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src',
31 - ),
32 - 'Hostinger\\Tests\\' =>
33 - array (
34 - 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/tests/phpunit',
35 - ),
36 - 'Hostinger\\' =>
37 - array (
38 19 0 => __DIR__ . '/../..' . '/includes',
39 20 ),
40 - 'Automattic\\Jetpack\\Autoloader\\' =>
41 - array (
42 - 0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src',
43 - ),
44 21 );
45 22
46 23 public static $classMap = array (
47 - 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
48 24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
49 25 );
50 26
51 27 public static function getInitializer(ClassLoader $loader)
@@ -50,11 +26,11 @@
50 26
51 27 public static function getInitializer(ClassLoader $loader)
52 28 {
53 29 return \Closure::bind(function () use ($loader) {
54 - $loader->prefixLengthsPsr4 = ComposerStaticInitdbd67c2d973de5f4c78a03e582c78768::$prefixLengthsPsr4;
55 - $loader->prefixDirsPsr4 = ComposerStaticInitdbd67c2d973de5f4c78a03e582c78768::$prefixDirsPsr4;
56 - $loader->classMap = ComposerStaticInitdbd67c2d973de5f4c78a03e582c78768::$classMap;
30 + $loader->prefixLengthsPsr4 = ComposerStaticInit280b093a1715d5db4ee2f5aa1ec4121e::$prefixLengthsPsr4;
31 + $loader->prefixDirsPsr4 = ComposerStaticInit280b093a1715d5db4ee2f5aa1ec4121e::$prefixDirsPsr4;
32 + $loader->classMap = ComposerStaticInit280b093a1715d5db4ee2f5aa1ec4121e::$classMap;
57 33
58 34 }, null, ClassLoader::class);
59 35 }
60 36 }