Browse Source

Update phpstan config

Jordi Boggiano 5 years ago
parent
commit
d18b5b6f2e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      phpstan/config.neon

+ 0 - 4
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$~'