| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInit8fbb530a853b5e85ef54e29cb992c886 |
| 8 |
{ |
| 9 |
public static $files = array ( |
| 10 |
'ab4b292309a54cb14fb006d8f6ed2fba' => __DIR__ . '/..' . '/norcross/debug-quick-look/debug-quick-look.php', |
| 11 |
'ac949ce40a981819ba132473518a9a31' => __DIR__ . '/..' . '/wp-cli/wp-config-transformer/src/WPConfigTransformer.php', |
| 12 |
); |
| 13 |
|
| 14 |
public static $prefixLengthsPsr4 = array ( |
| 15 |
'F' => |
| 16 |
array ( |
| 17 |
'Fragen\\WP_Debugging\\' => 20, |
| 18 |
), |
| 19 |
); |
| 20 |
|
| 21 |
public static $prefixDirsPsr4 = array ( |
| 22 |
'Fragen\\WP_Debugging\\' => |
| 23 |
array ( |
| 24 |
0 => __DIR__ . '/../..' . '/src', |
| 25 |
), |
| 26 |
); |
| 27 |
|
| 28 |
public static $classMap = array ( |
| 29 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 30 |
'PAnD' => __DIR__ . '/..' . '/collizo4sky/persist-admin-notices-dismissal/persist-admin-notices-dismissal.php', |
| 31 |
'WPDI_Plugin_Installer_Skin' => __DIR__ . '/..' . '/afragen/wp-dependency-installer/wp-dependency-installer.php', |
| 32 |
'WP_Dependency_Installer' => __DIR__ . '/..' . '/afragen/wp-dependency-installer/wp-dependency-installer.php', |
| 33 |
); |
| 34 |
|
| 35 |
public static function getInitializer(ClassLoader $loader) |
| 36 |
{ |
| 37 |
return \Closure::bind(function () use ($loader) { |
| 38 |
$loader->prefixLengthsPsr4 = ComposerStaticInit8fbb530a853b5e85ef54e29cb992c886::$prefixLengthsPsr4; |
| 39 |
$loader->prefixDirsPsr4 = ComposerStaticInit8fbb530a853b5e85ef54e29cb992c886::$prefixDirsPsr4; |
| 40 |
$loader->classMap = ComposerStaticInit8fbb530a853b5e85ef54e29cb992c886::$classMap; |
| 41 |
|
| 42 |
}, null, ClassLoader::class); |
| 43 |
} |
| 44 |
} |
| 45 |
|