forked from cakephp/authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
39 lines (33 loc) · 1.3 KB
/
phpstan.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
parameters:
level: 6
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
-
message: "#^Strict comparison using \\=\\=\\= between string and false will always evaluate to false\\.$#"
count: 1
path: src/Authenticator/HttpDigestAuthenticator.php
-
message: "#^Result of && is always false\\.$#"
count: 1
path: src/Authenticator/Result.php
-
message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
count: 1
path: src/Authenticator/Result.php
-
message: "#^Result of && is always false\\.$#"
count: 1
path: src/Identity.php
-
message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
count: 1
path: src/Identity.php
-
message: "#^Result of && is always false\\.$#"
count: 1
path: src/Middleware/AuthenticationMiddleware.php
-
message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
count: 2
path: src/Middleware/AuthenticationMiddleware.php