forked from diablomedia/zf1-wildfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
37 lines (37 loc) · 1.82 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
parameters:
checkMissingIterableValueType: false
level: 7
paths:
- ./
excludePaths:
- %rootDir%/../../../vendor/*
- %rootDir%/../../../tests/*
ignoreErrors:
# Interface should probably be changed to add this method (bc break)
- '#Call to an undefined method Zend_Wildfire_Channel_Interface::getProtocol\(\)\.#'
-
message: '#Result of && is always false\.#'
path: %currentWorkingDirectory%/src/Zend/Wildfire/Channel/HttpHeaders.php
-
message: '#Negated boolean expression is always false\.#'
path: %currentWorkingDirectory%/src/Zend/Wildfire/Channel/HttpHeaders.php
-
message: '#Result of \|\| is always true\.#'
path: %currentWorkingDirectory%/src/Zend/Wildfire/Plugin/FirePhp.php
-
message: '#Cannot unset offset .File. on array{Type: string\|null, Label\?: mixed}\.#'
path: './src/Zend/Wildfire/Plugin/FirePhp.php'
-
message: '#Offset .File. on array{Type: string\|null, Label\?: mixed} in isset\(\) does not exist\.#'
path: ./src/Zend/Wildfire/Plugin/FirePhp.php
-
message: '#Offset .Line. on \*NEVER\* in isset\(\) always exists and is not nullable\.#'
path: ./src/Zend/Wildfire/Plugin/FirePhp.php
-
message: '#Cannot unset offset .Line. on array{Type: string\|null, Label\?: mixed}\.#'
path: ./src/Zend/Wildfire/Plugin/FirePhp.php
count: 1
-
message: '#Offset .Label. does not exist on array{Type: string\|null, Label\?: mixed, Collapsed\?: .false.\|.true.}\|array{Type: string\|null, Label\?: mixed, File: mixed, Line: mixed, Collapsed\?: .false.\|.true.}\.#'
path: ./src/Zend/Wildfire/Plugin/FirePhp.php
count: 1