-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
92 lines (74 loc) · 4.28 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
parameters:
ignoreErrors:
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Block\\\\Service\\\\SpaceStatisticBlockService\\:\\:getData\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
count: 1
path: src/Block/Service/SpaceStatisticBlockService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Block\\\\Service\\\\SpaceStatisticBlockService\\:\\:getData\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Block/Service/SpaceStatisticBlockService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Command\\\\SpaceCheckCommand\\:\\:__construct\\(\\) has parameter \\$defaultAccounts with no value type specified in iterable type array\\.$#"
count: 1
path: src/Command/SpaceCheckCommand.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Mailer\\\\SymfonyMailer\\:\\:__construct\\(\\) has parameter \\$emails with no value type specified in iterable type array\\.$#"
count: 1
path: src/Mailer/SymfonyMailer.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\NucleosAllInklBundle\\:\\:getContainerExtension\\(\\) should return Symfony\\\\Component\\\\DependencyInjection\\\\Extension\\\\ExtensionInterface\\|null but returns Symfony\\\\Component\\\\DependencyInjection\\\\Extension\\\\ExtensionInterface\\|false\\.$#"
count: 1
path: src/NucleosAllInklBundle.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\AbstractService\\:\\:call\\(\\) has parameter \\$parameter with no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/AbstractService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\AbstractService\\:\\:call\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/AbstractService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\AbstractService\\:\\:filterNull\\(\\) has parameter \\$object with no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/AbstractService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\AbstractService\\:\\:filterNull\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/AbstractService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\AccountService\\:\\:getAccounts\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/AccountService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\AccountServiceInterface\\:\\:getAccounts\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/AccountServiceInterface.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\StatisticService\\:\\:getSpaceUsage\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/StatisticService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\StatisticService\\:\\:getTraffic\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/StatisticService.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\StatisticServiceInterface\\:\\:getSpaceUsage\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/StatisticServiceInterface.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Service\\\\StatisticServiceInterface\\:\\:getTraffic\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/StatisticServiceInterface.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Tests\\\\App\\\\AppKernel\\:\\:configureContainer\\(\\) has parameter \\$container with no type specified\\.$#"
count: 1
path: tests/App/AppKernel.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Tests\\\\App\\\\AppKernel\\:\\:configureContainer\\(\\) has parameter \\$loader with no type specified\\.$#"
count: 1
path: tests/App/AppKernel.php
-
message: "#^Method Nucleos\\\\AllInklBundle\\\\Tests\\\\App\\\\AppKernel\\:\\:configureRoutes\\(\\) has parameter \\$routes with no type specified\\.$#"
count: 1
path: tests/App/AppKernel.php