mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
PHPStan Level 5 (#10070)
* Bump PHPStan to level 5 * Update seld/phar-utils to latest * Add phpstan-setup / phpstan scripts
This commit is contained in:
parent
4b8585d767
commit
d3c176ec69
74 changed files with 395 additions and 547 deletions
|
@ -54,12 +54,12 @@ class PluginInstallerTest extends TestCase
|
|||
protected $directory;
|
||||
|
||||
/**
|
||||
* @var \PHPUnit\Framework\MockObject\MockObject
|
||||
* @var \PHPUnit\Framework\MockObject\MockObject&\Composer\Installer\InstallationManager
|
||||
*/
|
||||
protected $im;
|
||||
|
||||
/**
|
||||
* @var \PHPUnit\Framework\MockObject\MockObject
|
||||
* @var \PHPUnit\Framework\MockObject\MockObject&\Composer\Repository\InstalledRepositoryInterface
|
||||
*/
|
||||
protected $repository;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue