Jordi Boggiano %!s(int64=6) %!d(string=hai) anos
pai
achega
2c520bf93b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      phpstan/config.neon

+ 2 - 0
phpstan/config.neon

@@ -33,6 +33,8 @@ parameters:
         - '~^Undefined variable: \$res$~'
         - '~^Undefined variable: \$res$~'
 
 
         # always checked whether the class exists
         # 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\(\).$~'
         - '~^Call to an undefined static method Symfony\\Component\\Process\\Process::fromShellCommandline\(\).$~'
 
 
         # parent call in test mocks
         # parent call in test mocks