diff options
| author | wn <4-wn@users.noreply.gitlab.tt-rss.org> | 2025-04-30 16:34:52 +0000 |
|---|---|---|
| committer | wn <4-wn@users.noreply.gitlab.tt-rss.org> | 2025-04-30 16:34:52 +0000 |
| commit | 4ae17d0f1c956bfe392653ab847eb2e3da6f7bfc (patch) | |
| tree | bfecf40fe1a3e7d86d71e367e05d85b4e9e8bf00 /vendor/composer/autoload_classmap.php | |
| parent | 4cb8a84df46d46bc325b6638defbdc4dc34151ed (diff) | |
| parent | f097c5ed97671f66be71e52c13917c23528ba308 (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_classmap.php')
| -rw-r--r-- | vendor/composer/autoload_classmap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 9d549cf48..39b16fb04 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -14,6 +14,7 @@ return array( 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 'Config' => $baseDir . '/classes/Config.php', 'Counters' => $baseDir . '/classes/Counters.php', + 'Crypt' => $baseDir . '/classes/Crypt.php', 'Db' => $baseDir . '/classes/Db.php', 'Db_Migrations' => $baseDir . '/classes/Db_Migrations.php', 'Db_Prefs' => $baseDir . '/classes/Db_Prefs.php', |