-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
55 lines (47 loc) · 1.98 KB
/
phpstan-baseline.neon
File metadata and controls
55 lines (47 loc) · 1.98 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
parameters:
ignoreErrors:
-
message: '#^Expression on left side of \?\? is not nullable\.$#'
identifier: nullCoalesce.expr
count: 2
path: Classes/Authentication/SamlAuthService.php
-
message: '#^Out of 5 possible constant types, only 0 \- 0\.0 %% actually have it\. Add more constant types to get over 99 %%$#'
identifier: typeCoverage.constantTypeCoverage
count: 5
path: Classes/Authentication/SamlAuthService.php
-
message: '#^Call to function is_string\(\) with string will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: Classes/Error/ForbiddenHandling.php
-
message: '#^Constructor of class Mediadreams\\MdSaml\\Error\\ForbiddenHandling has an unused parameter \$configuration\.$#'
identifier: constructor.unusedParameter
count: 1
path: Classes/Error/ForbiddenHandling.php
-
message: '#^Constructor of class Mediadreams\\MdSaml\\Error\\ForbiddenHandling has an unused parameter \$statusCode\.$#'
identifier: constructor.unusedParameter
count: 1
path: Classes/Error/ForbiddenHandling.php
-
message: '#^Call to function is_string\(\) with string will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: Classes/Middleware/SlsBackendSamlMiddleware.php
-
message: '#^There is no request attribute "route" configured so we can''t figure out the exact type to return when calling Psr\\Http\\Message\\ServerRequestInterface\:\:getAttribute$#'
identifier: phpstanTypo3.requestAttributeValidation
count: 1
path: Classes/Middleware/SlsBackendSamlMiddleware.php
-
message: '#^Call to function is_string\(\) with string will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: Classes/Middleware/SlsFrontendSloInitiatorMiddleware.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: Classes/Middleware/SlsSamlMiddleware.php