mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fixes from PHPStan level 0
More fixes from PHPStan level 0
This commit is contained in:
parent
994bac0c15
commit
3d262bd637
13 changed files with 18 additions and 12 deletions
|
@ -20,6 +20,8 @@ use Composer\Downloader\TransportException;
|
|||
*/
|
||||
class RemoteFilesystemMock extends RemoteFilesystem
|
||||
{
|
||||
protected $contentMap;
|
||||
|
||||
/**
|
||||
* @param array $contentMap associative array of locations and content
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue