-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
46 lines (38 loc) · 1.73 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$data of function unserialize expects string, mixed given\\.$#"
count: 1
path: src/Authentication/Provider/SessionAuthenticationProvider.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: src/Authentication/Storage/DriverBackedTokenStorage.php
-
message: "#^Argument of an invalid type array\\|bool\\|float\\|int\\|string\\|null supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/DependencyInjection/Compiler/PingDBALConnectionsCompilerPass.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactory.php
-
message: "#^Parameter \\#1 \\$class of function class_exists expects string, mixed given\\.$#"
count: 1
path: src/Routing/Loader/AttributeLoader.php
-
message: "#^Parameter \\#1 \\$resource of class Symfony\\\\Component\\\\Config\\\\Resource\\\\FileResource constructor expects string, string\\|false given\\.$#"
count: 1
path: src/Routing/Loader/AttributeLoader.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: src/Routing/Loader/AttributeLoader.php
-
message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
count: 1
path: src/Routing/Loader/AttributeLoader.php
-
message: "#^Cannot cast mixed to string\\.$#"
count: 1
path: tests/DependencyInjection/Factory/Authentication/SessionAuthenticationProviderFactoryTest.php