소스 검색

Update phpstan config

Jordi Boggiano 5 년 전
부모
커밋
d18b5b6f2e
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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$~'