-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
67 lines (54 loc) · 3.86 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
parameters:
ignoreErrors:
-
message: "#^Method Nucleos\\\\SonataAutoConfigureBundle\\\\DependencyInjection\\\\Compiler\\\\AutoConfigureAdminClassesCompilerPass\\:\\:findEntity\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Method Nucleos\\\\SonataAutoConfigureBundle\\\\DependencyInjection\\\\Compiler\\\\AutoConfigureAdminClassesCompilerPass\\:\\:getAttributeDefaults\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Method Nucleos\\\\SonataAutoConfigureBundle\\\\DependencyInjection\\\\Compiler\\\\AutoConfigureAdminClassesCompilerPass\\:\\:setDefaultValuesForAttribute\\(\\) has parameter \\$defaults with no value type specified in iterable type array\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Parameter \\#3 \\$name of method Nucleos\\\\SonataAutoConfigureBundle\\\\DependencyInjection\\\\Compiler\\\\AutoConfigureAdminClassesCompilerPass\\:\\:setDefaultValuesForAttribute\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Part \\$adminSuffix \\(array\\|bool\\|float\\|int\\|string\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Property Nucleos\\\\SonataAutoConfigureBundle\\\\DependencyInjection\\\\Compiler\\\\AutoConfigureAdminClassesCompilerPass\\:\\:\\$controllerNamespaces \\(array\\<string\\>\\) does not accept array\\|bool\\|float\\|int\\|string\\|null\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Property Nucleos\\\\SonataAutoConfigureBundle\\\\DependencyInjection\\\\Compiler\\\\AutoConfigureAdminClassesCompilerPass\\:\\:\\$controllerSuffix \\(string\\) does not accept array\\|bool\\|float\\|int\\|string\\|null\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Property Nucleos\\\\SonataAutoConfigureBundle\\\\DependencyInjection\\\\Compiler\\\\AutoConfigureAdminClassesCompilerPass\\:\\:\\$entityNamespaces \\(array\\) does not accept array\\|bool\\|float\\|int\\|string\\|null\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Property Nucleos\\\\SonataAutoConfigureBundle\\\\DependencyInjection\\\\Compiler\\\\AutoConfigureAdminClassesCompilerPass\\:\\:\\$managerType \\(string\\) does not accept array\\|bool\\|float\\|int\\|string\\|null\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminClassesCompilerPass.php
-
message: "#^Argument of an invalid type array\\<string\\>\\|null supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminExtensionsCompilerPass.php
-
message: "#^Implicit array creation is not allowed \\- variable \\$attributes does not exist\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminExtensionsCompilerPass.php
-
message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
count: 1
path: src/DependencyInjection/Compiler/AutoConfigureAdminExtensionsCompilerPass.php