1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00

Fix phpstan errors

This commit is contained in:
Jordi Boggiano 2022-02-02 22:18:00 +01:00
parent 6be6ce7d9f
commit 62d5f4f295
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
3 changed files with 16 additions and 29 deletions

View file

@ -12,11 +12,13 @@
namespace Composer\Test;
use Composer\Autoload\ClassLoader;
use Composer\InstalledVersions;
use Composer\Semver\VersionParser;
class InstalledVersionsTest extends TestCase
{
/** @var array<ClassLoader> */
private static $previousRegisteredLoaders;
/**