-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathphpstan-baseline.neon
62 lines (50 loc) · 2.05 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
parameters:
ignoreErrors:
-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
path: src/Claims/Collection.php
-
message: "#^Method PHPOpenSourceSaver\\\\JWTAuth\\\\Claims\\\\Expiration\\:\\:validatePayload\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src/Claims/Expiration.php
-
message: "#^Method PHPOpenSourceSaver\\\\JWTAuth\\\\Claims\\\\IssuedAt\\:\\:validatePayload\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src/Claims/IssuedAt.php
-
message: "#^Method PHPOpenSourceSaver\\\\JWTAuth\\\\Claims\\\\IssuedAt\\:\\:validateRefresh\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src/Claims/IssuedAt.php
-
message: "#^Method PHPOpenSourceSaver\\\\JWTAuth\\\\Claims\\\\NotBefore\\:\\:validatePayload\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src/Claims/NotBefore.php
-
message: "#^Result of method PHPOpenSourceSaver\\\\JWTAuth\\\\Console\\\\JWTGenerateSecretCommand\\:\\:displayKey\\(\\) \\(void\\) is used\\.$#"
count: 1
path: src/Console/JWTGenerateSecretCommand.php
-
message: "#^Class Laravel\\\\Octane\\\\Events\\\\RequestReceived not found\\.$#"
count: 1
path: src/Providers/LaravelServiceProvider.php
-
message: "#^Class Laravel\\\\Octane\\\\Events\\\\TaskReceived not found\\.$#"
count: 1
path: src/Providers/LaravelServiceProvider.php
-
message: "#^Class Laravel\\\\Octane\\\\Events\\\\TickReceived not found\\.$#"
count: 1
path: src/Providers/LaravelServiceProvider.php
-
message: "#^Class Laravel\\\\Octane\\\\Events\\\\RequestReceived not found\\.$#"
count: 2
path: tests/Providers/LaravelServiceProviderTest.php
-
message: "#^Class Laravel\\\\Octane\\\\Events\\\\TaskReceived not found\\.$#"
count: 2
path: tests/Providers/LaravelServiceProviderTest.php
-
message: "#^Class Laravel\\\\Octane\\\\Events\\\\TickReceived not found\\.$#"
count: 2
path: tests/Providers/LaravelServiceProviderTest.php