mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Fixes from PHPStan (#7687)
* fix docblocks * remove redundant conditional * fix wrong variable name * fix wrong namespaces * add missing private members * remove unused/redundant arguments * move testcase class * exclude TestCase.php * Tweak RuleWatchGraph type hints * Tweak doc comment
This commit is contained in:
parent
38a34159ef
commit
2a13bb2649
86 changed files with 163 additions and 166 deletions
|
@ -19,7 +19,7 @@
|
|||
namespace Composer\Test\Autoload;
|
||||
|
||||
use Composer\Autoload\ClassMapGenerator;
|
||||
use Composer\TestCase;
|
||||
use Composer\Test\TestCase;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
use Composer\Util\Filesystem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue