From ae44a5963d18b61e0334295b005de7a4ee28aafc Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 22 Jun 2020 10:54:38 +0200 Subject: [PATCH] ZipArchive issues fixed in phpstan it seems --- phpstan/config.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan/config.neon b/phpstan/config.neon index c8c130a31..06d2ad838 100644 --- a/phpstan/config.neon +++ b/phpstan/config.neon @@ -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