소스 검색

Fix build

Jordi Boggiano 6 년 전
부모
커밋
2c520bf93b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      phpstan/config.neon

+ 2 - 0
phpstan/config.neon

@@ -33,6 +33,8 @@ parameters:
         - '~^Undefined variable: \$res$~'
 
         # always checked whether the class exists
+        - '~^Instantiated class Symfony\\Component\\Console\\Terminal not found\.$~'
+        - '~^Class Symfony\\Component\\Console\\Input\\StreamableInputInterface not found\.$~'
         - '~^Call to an undefined static method Symfony\\Component\\Process\\Process::fromShellCommandline\(\).$~'
 
         # parent call in test mocks