Ver Fonte

Fix build

Jordi Boggiano há 6 anos atrás
pai
commit
2c520bf93b
1 ficheiros alterados com 2 adições e 0 exclusões
  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