1
0
Fork 0
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:
Jordi Boggiano 2021-06-03 11:29:00 +02:00
parent 4c9e75c6e5
commit 1b34495daa
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
19 changed files with 43 additions and 56 deletions

View file

@ -57,6 +57,7 @@ class ErrorHandlerTest extends TestCase
$this->setExpectedException('ErrorException', 'array_merge');
}
// @phpstan-ignore-next-line
array_merge(array(), 'string');
}