-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathphpstan.neon
More file actions
28 lines (28 loc) · 810 Bytes
/
phpstan.neon
File metadata and controls
28 lines (28 loc) · 810 Bytes
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
parameters:
level: 0
paths:
- src
excludePaths:
- src/AdminCabinet/assets/js/vendor/*
- tests
parallel:
jobSize: 20
processTimeout: 300.0
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
tmpDir: %currentWorkingDirectory%/build/phpstan
ignoreErrors:
-
message: '#Path in require_once\(\) "Globals\.php" is not a file or it does not exist#'
path: '*'
-
message: '#Argument of an invalid type Phalcon#'
path: '*'
-
message: '#Strict comparison using === between#'
path: '*'
-
message: '#Else branch is unreachable#'
path: '*'
-
message: '#Expression on left side of#'
path: '*'