mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Some phpstan level 4 fixes
This commit is contained in:
parent
4c9e75c6e5
commit
1b34495daa
19 changed files with 43 additions and 56 deletions
|
@ -57,6 +57,7 @@ class ErrorHandlerTest extends TestCase
|
|||
$this->setExpectedException('ErrorException', 'array_merge');
|
||||
}
|
||||
|
||||
// @phpstan-ignore-next-line
|
||||
array_merge(array(), 'string');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue