From 3a7b4062b08ef0ded1e707b49aea972e87fc81e8 Mon Sep 17 00:00:00 2001 From: Tomasz Kryszan Date: Thu, 30 Jan 2025 16:53:06 +0100 Subject: [PATCH] [PHPStan] Regenerated baseline (#472) --- phpstan-baseline-7.4.neon | 5 +++++ phpstan-baseline.neon | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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