-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
156 lines (126 loc) · 6.3 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
156 lines (126 loc) · 6.3 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
parameters:
ignoreErrors:
-
message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
count: 1
path: src/App/EnvLoader.php
-
message: "#^Method SatTrackr\\\\App\\\\Kernel\\:\\:createApp\\(\\) return type with generic class Slim\\\\App does not specify its types\\: TContainerInterface$#"
count: 1
path: src/App/Kernel.php
-
message: "#^Method SatTrackr\\\\App\\\\Kernel\\:\\:registerRoutes\\(\\) has parameter \\$app with generic class Slim\\\\App but does not specify its types\\: TContainerInterface$#"
count: 1
path: src/App/Kernel.php
-
message: "#^Using nullsafe method call on non\\-nullable type PDOStatement\\|false\\. Use \\-\\> instead\\.$#"
count: 2
path: src/Cli/Commands/HealthCommand.php
-
message: "#^Using nullsafe method call on non\\-nullable type PDOStatement\\|false\\. Use \\-\\> instead\\.$#"
count: 2
path: src/Database/Migrator.php
-
message: "#^Method SatTrackr\\\\Http\\\\Controllers\\\\StatsController\\:\\:__invoke\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: src/Http/Controllers/StatsController.php
-
message: "#^Offset 'count' on array\\{slug\\: string, name\\: string, count\\: int\\} on left side of \\?\\? always exists and is not nullable\\.$#"
count: 2
path: src/Http/Controllers/Text/TextGroupsController.php
-
message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
count: 1
path: src/Ingest/OmmJsonParser.php
-
message: "#^Match arm comparison between non\\-empty\\-string and null is always false\\.$#"
count: 2
path: src/Ingest/SatCatMappers.php
-
message: "#^Constant SatTrackr\\\\Services\\\\N2YOClient\\:\\:STATE_TTL_SECONDS is unused\\.$#"
count: 1
path: src/Services/N2YOClient.php
-
message: "#^Constant SatTrackr\\\\Services\\\\OgImageGenerator\\:\\:COLOR_PANEL is unused\\.$#"
count: 1
path: src/Services/OgImageGenerator.php
-
message: "#^Method SatTrackr\\\\Services\\\\OgImageGenerator\\:\\:drawBadges\\(\\) has parameter \\$badges with no value type specified in iterable type array\\.$#"
count: 1
path: src/Services/OgImageGenerator.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$colors$#"
count: 1
path: src/Services/OgImageGenerator.php
-
message: "#^Method SatTrackr\\\\Services\\\\SitemapBuilder\\:\\:writeChunk\\(\\) is unused\\.$#"
count: 1
path: src/Services/SitemapBuilder.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Services/SitemapBuilder.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Feature\\\\AmateurStationsApiTest\\:\\:invoke\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Feature/AmateurStationsApiTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Feature\\\\DecayTracesApiTest\\:\\:invoke\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Feature/DecayTracesApiTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Feature\\\\GnssMembershipApiTest\\:\\:invoke\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Feature/GnssMembershipApiTest.php
-
message: "#^Using nullsafe method call on non\\-nullable type PDOStatement\\|false\\. Use \\-\\> instead\\.$#"
count: 2
path: tests/Php/Feature/MigrationsTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Feature\\\\OgImageControllerTest\\:\\:call\\(\\) should return Slim\\\\Psr7\\\\Response but returns Psr\\\\Http\\\\Message\\\\ResponseInterface\\.$#"
count: 1
path: tests/Php/Feature/OgImageControllerTest.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$args$#"
count: 1
path: tests/Php/Feature/OgImageControllerTest.php
-
message: "#^Offset 1 on array\\{array\\<int, string\\>, array\\<int, non\\-falsy\\-string\\>\\} on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: tests/Php/Feature/ReadmeConsistencyTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Feature\\\\StateNowApiTest\\:\\:invoke\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Feature/StateNowApiTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Feature\\\\StateNowApiTest\\:\\:invoke\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Feature/StateNowApiTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Unit\\\\IcsBuilderTest\\:\\:observer\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Unit/IcsBuilderTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Unit\\\\IcsBuilderTest\\:\\:passFixture\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Unit/IcsBuilderTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Unit\\\\Ingest\\\\SatnogsStationsIngesterTest\\:\\:makeIngester\\(\\) has parameter \\$rows with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Unit/Ingest/SatnogsStationsIngesterTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Unit\\\\Services\\\\RecordingHttpClient\\:\\:request\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Unit/Services/IngestAlertServiceTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Unit\\\\Services\\\\RecordingHttpClient\\:\\:requestAsync\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Unit/Services/IngestAlertServiceTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Unit\\\\Services\\\\RecordingHttpClient\\:\\:send\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Unit/Services/IngestAlertServiceTest.php
-
message: "#^Method SatTrackr\\\\Tests\\\\Unit\\\\Services\\\\RecordingHttpClient\\:\\:sendAsync\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Php/Unit/Services/IngestAlertServiceTest.php