-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.dist.neon
More file actions
26 lines (26 loc) · 1.36 KB
/
phpstan.dist.neon
File metadata and controls
26 lines (26 loc) · 1.36 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
parameters:
level: max
paths:
- src
- tests
checkBenevolentUnionTypes: true
editorUrl: ''
editorUrlTitle: '%%file%%:%%line%%'
tmpDir: ./var/phpstan
stubFiles:
- stubs/PHPStan/PhpDocParser/Ast/ConstExpr/ConstExprArrayItemNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/ConstExpr/ConstExprArrayNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/ConstExpr/ConstFetchNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/PhpDoc/MethodTagValueNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/PhpDoc/PhpDocTagNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/PhpDoc/PhpDocTagValueNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/PhpDoc/TemplateTagValueNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/PhpDoc/TypeAliasImportTagValueNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/PhpDoc/TypeAliasTagValueNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/Type/CallableTypeNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/Type/CallableTypeParameterNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/Type/GenericTypeNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/Type/IdentifierTypeNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/Type/IntersectionTypeNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/Type/TypeNode.phpstub
- stubs/PHPStan/PhpDocParser/Ast/Type/UnionTypeNode.phpstub