diff --git a/phpstan-baseline-7.4.neon b/phpstan-baseline-7.4.neon index c7ebba1c58..c40bb54fc1 100644 --- a/phpstan-baseline-7.4.neon +++ b/phpstan-baseline-7.4.neon @@ -479,3 +479,8 @@ parameters: message: "#^Parameter \\#1 \\$array_arg of function key expects array\\|object, string given\\.$#" count: 4 path: tests/lib/Search/FieldNameResolverTest.php + + - + message: "#^Method Ibexa\\\\Tests\\\\Core\\\\MVC\\\\Symfony\\\\Templating\\\\Twig\\\\Extension\\\\FileSystemTwigIntegrationTestCase\\:\\:doIntegrationTest\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 0efbb3cec3..cba4316dd0 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -48450,11 +48450,6 @@ parameters: count: 2 path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php - - - message: "#^Method Ibexa\\\\Tests\\\\Core\\\\MVC\\\\Symfony\\\\Templating\\\\Twig\\\\Extension\\\\FileSystemTwigIntegrationTestCase\\:\\:doIntegrationTest\\(\\) has no return type specified\\.$#" - count: 1 - path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php - - message: "#^Method Ibexa\\\\Tests\\\\Core\\\\MVC\\\\Symfony\\\\Templating\\\\Twig\\\\Extension\\\\FileSystemTwigIntegrationTestCase\\:\\:doIntegrationTest\\(\\) has parameter \\$condition with no type specified\\.$#" count: 1