-
Notifications
You must be signed in to change notification settings - Fork 344
/
phpstan-baseline.neon
28 lines (22 loc) · 1.23 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
parameters:
ignoreErrors:
-
message: "#^Property Knp\\\\Bundle\\\\PaginatorBundle\\\\Subscriber\\\\SlidingPaginationSubscriber\\:\\:\\$params \\(array\\<string, mixed\\>\\) does not accept array\\<int\\|string, mixed\\>\\.$#"
count: 2
path: src/Subscriber/SlidingPaginationSubscriber.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:addDefaultsIfNotSet\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Parameter \\#1 \\$name of method Symfony\\\\Component\\\\Routing\\\\Generator\\\\UrlGeneratorInterface\\:\\:generate\\(\\) expects string, string\\|null given\\.$#"
count: 2
path: src/Helper/Processor.php
-
message: "#^Parameter \\#1 \\$name of method Symfony\\\\Component\\\\Templating\\\\PhpEngine\\:\\:render\\(\\) expects string\\|Symfony\\\\Component\\\\Templating\\\\TemplateReferenceInterface, string\\|null given\\.$#"
count: 3
path: src/Templating/PaginationHelper.php
-
message: "#^Parameter \\#1 \\$name of method Twig\\\\Environment\\:\\:render\\(\\) expects string\\|Twig\\\\TemplateWrapper, string\\|null given\\.$#"
count: 4
path: src/Twig/Extension/PaginationRuntime.php