From d18b5b6f2e771761a5446f59b3d14f6ecc0f333d Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 29 Jan 2020 23:13:55 +0100 Subject: [PATCH] Update phpstan config --- phpstan/config.neon | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpstan/config.neon b/phpstan/config.neon index 599d27d51..78c45b90e 100644 --- a/phpstan/config.neon +++ b/phpstan/config.neon @@ -9,10 +9,6 @@ parameters: ignoreErrors: # ion cube is not installed - '~^Function ioncube_loader_\w+ not found\.$~' - # rar is not installed - - '~^Call to static method open\(\) on an unknown class RarArchive\.$~' - # imagick is not installed - - '~^Instantiated class Imagick not found\.$~' # variables from global scope - '~^Undefined variable: \$vendorDir$~'