瀏覽代碼

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