1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

ZipArchive issues fixed in phpstan it seems

This commit is contained in:
Jordi Boggiano 2020-06-22 10:54:38 +02:00
parent e76fc2dc39
commit ae44a5963d
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC

View file

@ -26,9 +26,6 @@ parameters:
# BC with older PHPUnit
- '~^Call to an undefined static method PHPUnit\\Framework\\TestCase::setExpectedException\(\)\.$~'
# ZipArchive::* Class constants are already checked before use.
- '~^Access to undefined constant ZipArchive::~'
paths:
- ../src
- ../tests