mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fix phpstan errors
This commit is contained in:
parent
6be6ce7d9f
commit
62d5f4f295
3 changed files with 16 additions and 29 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue