-
Notifications
You must be signed in to change notification settings - Fork 13
/
phpstan-baseline.neon
36 lines (30 loc) · 1.01 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
parameters:
ignoreErrors:
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Dispatcher.php
-
message: "#^Negated boolean expression is always false\\.$#"
count: 1
path: src/Factory.php
-
message: "#^Method Middlewares\\\\Utils\\\\FactoryDiscovery\\:\\:getFactory\\(\\) has no return type specified\\.$#"
count: 1
path: src/FactoryDiscovery.php
-
message: "#^Parameter \\#1 \\$class of function class_exists expects string, array\\<string, class\\-string\\>\\|string given\\.$#"
count: 1
path: src/FactoryDiscovery.php
-
message: "#^Property Middlewares\\\\Utils\\\\FactoryDiscovery\\:\\:\\$factory has no type specified\\.$#"
count: 1
path: src/FactoryDiscovery.php
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/HttpErrorException.php
-
message: "#^Method Middlewares\\\\Utils\\\\RequestHandlerContainer\\:\\:resolve\\(\\) has no return type specified\\.$#"
count: 1
path: src/RequestHandlerContainer.php