From 2c520bf93b985a33ab7c5f3ca281142ea00ca256 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 18 Feb 2019 13:37:30 +0100 Subject: [PATCH] Fix build --- phpstan/config.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan/config.neon b/phpstan/config.neon index 7c0122f9a..9fd155963 100644 --- a/phpstan/config.neon +++ b/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