-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan-baseline.neon
27 lines (22 loc) · 1.17 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
parameters:
ignoreErrors:
-
message: "#^Offset 'controller' on array\\{height\\: int, title\\: string, zoom\\: int, controller\\: string, apiKey\\: string, attr\\: array\\<string, mixed\\>\\} on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: src/Twig/MapsExtensions.php
-
message: "#^Offset 'controller' on array\\{height\\: int, title\\: string, zoom\\: int, controller\\: string, attr\\: array\\<string, mixed\\>\\} on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: src/Twig/MapsExtensions.php
-
message: "#^Method Nucleos\\\\MapsBundle\\\\Tests\\\\App\\\\AppKernel\\:\\:configureContainer\\(\\) has parameter \\$container with no type specified\\.$#"
count: 1
path: tests/App/AppKernel.php
-
message: "#^Method Nucleos\\\\MapsBundle\\\\Tests\\\\App\\\\AppKernel\\:\\:configureContainer\\(\\) has parameter \\$loader with no type specified\\.$#"
count: 1
path: tests/App/AppKernel.php
-
message: "#^Method Nucleos\\\\MapsBundle\\\\Tests\\\\App\\\\AppKernel\\:\\:configureRoutes\\(\\) has parameter \\$routes with no type specified\\.$#"
count: 1
path: tests/App/AppKernel.php