aboutsummaryrefslogtreecommitdiff
path: root/vendor/composer/autoload_static.php
diff options
context:
space:
mode:
authorwn <4-wn@users.noreply.gitlab.tt-rss.org>2025-04-30 16:34:52 +0000
committerwn <4-wn@users.noreply.gitlab.tt-rss.org>2025-04-30 16:34:52 +0000
commit4ae17d0f1c956bfe392653ab847eb2e3da6f7bfc (patch)
treebfecf40fe1a3e7d86d71e367e05d85b4e9e8bf00 /vendor/composer/autoload_static.php
parent4cb8a84df46d46bc325b6638defbdc4dc34151ed (diff)
parentf097c5ed97671f66be71e52c13917c23528ba308 (diff)
Merge branch 'feature/phpstan-updates' into 'master'
PHPStan update and addressing findings See merge request tt-rss/tt-rss!122
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r--vendor/composer/autoload_static.php7
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',