diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 86b6280..b60d22b 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -18,11 +18,11 @@ parameters: - message: "#^Parameter \\#1 \\$name of method Symfony\\\\Component\\\\Templating\\\\PhpEngine\\:\\:render\\(\\) expects string\\|Symfony\\\\Component\\\\Templating\\\\TemplateReferenceInterface, string\\|null given\\.$#" - count: 4 + count: 3 path: src/Templating/PaginationHelper.php - message: "#^Parameter \\#1 \\$name of method Twig\\\\Environment\\:\\:render\\(\\) expects string\\|Twig\\\\TemplateWrapper, string\\|null given\\.$#" - count: 3 + count: 4 path: src/Twig/Extension/PaginationRuntime.php