-
-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathphpstan.dist.neon
More file actions
24 lines (17 loc) · 774 Bytes
/
phpstan.dist.neon
File metadata and controls
24 lines (17 loc) · 774 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
#############################################################################################
# Don't edit this config file directly. #
# For temporary, or local overrides, create a file named 'phpstan.neon' alongside this one. #
#############################################################################################
includes:
- phpstan-baseline.neon
parameters:
# Add one of the editorUrl's in your phpstan.neon file for direct editor/IDE links in the terminal.
#editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
#editorUrl: 'vscode://file/%%file%%:%%line%%'
level: 7
paths:
- src
ignoreErrors:
- "#^Unsafe usage of new static\\(\\)\\.$#"
# Rules
treatPhpDocTypesAsCertain: false