generated from empaphy/example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.dist.neon
More file actions
40 lines (32 loc) · 1.02 KB
/
phpstan.dist.neon
File metadata and controls
40 lines (32 loc) · 1.02 KB
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
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
- vendor/pestphp/pest/extension.neon
parameters:
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
checkUninitializedProperties: true
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
# ignoreErrors:
# - identifier: missingType.generics
# - identifier: missingType.iterableValue
level: 8
reportWrongPhpDocTypeInVarTag: true
resultCachePath: var/cache/phpstan/resultCache.php
stubFiles:
- stubs/Pest/Support/HigherOrderTapProxy.stub.php
- stubs/Pest/PendingCalls/TestCall.stub.php
tipsOfTheDay: false
treatPhpDocTypesAsCertain: false
paths:
- src/
- tests/
# Pest
universalObjectCratesClasses:
- Pest\Expectation
- Pest\PendingCalls\TestCall
- Pest\Support\HigherOrderTapProxy
services:
cacheStorage:
arguments:
directory: var/cache/phpstan/cache/PHPStan
alteration: true