<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit2f6c2362e74486aa9b429073942d761c
{
    public static $prefixLengthsPsr4 = array (
        'W' =>
        array (
            'WP\\McpSchema\\' => 13,
            'WP\\MCP\\' => 7,
        ),
        'A' =>
        array (
            'Automattic\\Jetpack\\Autoloader\\' => 30,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'WP\\McpSchema\\' =>
        array (
            0 => __DIR__ . '/..' . '/wordpress/php-mcp-schema/src',
        ),
        'WP\\MCP\\' =>
        array (
            0 => __DIR__ . '/..' . '/wordpress/mcp-adapter/includes',
        ),
        'Automattic\\Jetpack\\Autoloader\\' =>
        array (
            0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src',
        ),
    );

    public static $classMap = array (
        'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInit2f6c2362e74486aa9b429073942d761c::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit2f6c2362e74486aa9b429073942d761c::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInit2f6c2362e74486aa9b429073942d761c::$classMap;

        }, null, ClassLoader::class);
    }
}
