-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan.neon
56 lines (56 loc) · 2.8 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
parameters:
inferPrivatePropertyTypeFromConstructor: true
level: 2
paths:
- ./
excludePaths:
- %rootDir%/../../../tests/*
- %rootDir%/../../../vendor/*
ignoreErrors:
- '#Variable \$year might not be defined\.#'
- '#Variable \$offset might not be defined\.#'
- '#Variable \$masterException might not be defined\.#'
-
message: '#Binary operation "\*" between string and [\d]+ results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "\+" between string and [\d]+ results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "-" between string and [\d] results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "-=" between string and [\d]+ results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "-" between string and [\d]+ results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "-" between string and int results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "\+=" between int and string results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "-" between string and float\|int\|numeric-string results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "\+=" between float\|int\|numeric-string and string results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation "-" between string and \(int\|string\) results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Comparison operation ">" between int\|string\|Zend_Date and 0 results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Comparison operation "<" between int\<min, 0>\|string\|Zend_Date and 0 results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/Date.php
-
message: '#Binary operation ">>" between non-falsy-string and 17 results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/TimeSync/Ntp.php
count: 1
-
message: '#Binary operation "&" between non-falsy-string and 131071 results in an error\.#'
path: %currentWorkingDirectory%/src/Zend/TimeSync/Ntp.php
count: 1