diff options
| author | wn_ <invalid@email.com> | 2025-04-27 14:41:39 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2025-04-27 14:41:39 +0000 |
| commit | 7ad1efed3ef530c2dd3f464c94cd2964e0e1a194 (patch) | |
| tree | 0d7cf98ad15aa773794b8144c864514ab83bf10e /vendor/composer/autoload_static.php | |
| parent | 0961c8bd4c8a4f61f9458c08bf0e91b5cc2aa5d0 (diff) | |
Bump PHPStan to 2.1.13
Diffstat (limited to 'vendor/composer/autoload_static.php')
| -rw-r--r-- | vendor/composer/autoload_static.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index cdd8fcfe8..f7e6408aa 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -63,9 +63,9 @@ class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056 public static $prefixDirsPsr4 = array ( 'phpDocumentor\\Reflection\\' => array ( - 0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src', - 1 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src', - 2 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src', + 0 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src', + 1 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src', + 2 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src', ), 'chillerlan\\Settings\\' => array ( @@ -147,6 +147,7 @@ class ComposerStaticInit19fc2ff1c0f9a92279c7979386bb2056 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'Config' => __DIR__ . '/../..' . '/classes/Config.php', 'Counters' => __DIR__ . '/../..' . '/classes/Counters.php', + 'Crypt' => __DIR__ . '/../..' . '/classes/Crypt.php', 'Db' => __DIR__ . '/../..' . '/classes/Db.php', 'Db_Migrations' => __DIR__ . '/../..' . '/classes/Db_Migrations.php', 'Db_Prefs' => __DIR__ . '/../..' . '/classes/Db_Prefs.php', |