generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 295
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
24 lines (22 loc) · 559 Bytes
/
phpstan.neon.dist
File metadata and controls
24 lines (22 loc) · 559 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
parameters:
level: 5
paths:
- src
ignoreErrors:
-
identifier: argument.unresolvableType
-
identifier: argument.type
-
identifier: trait.unused
-
identifier: typeCoverage.paramTypeCoverage
-
identifier: property.notFound
-
identifier: method.notFound
checkOctaneCompatibility: true
checkModelProperties: true
tmpDir: build/phpstan
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: true