-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan.neon
More file actions
21 lines (21 loc) · 693 Bytes
/
Copy pathphpstan.neon
File metadata and controls
21 lines (21 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
level: 5
paths:
- %currentWorkingDirectory%
excludePaths:
- vendor
- tests
- src/Resources/templates/VoidElement.tpl.php
- src/Resources/templates/BlockElement.tpl.php
- src/Resources/templates/InlineElement.tpl.php
- src/Resources/templates/Enum.tpl.php
scanFiles:
earlyTerminatingMethodCalls:
ignoreErrors:
reportUnmatchedIgnoredErrors: false
universalObjectCratesClasses:
- Html\Delegator\HTMLElementDelegator
- Html\Delegator\HTMLDocumentDelegator
- Html\Delegator\DOMNodeDelegator
- Html\Delegator\DOMNodeListDelegator
treatPhpDocTypesAsCertain: false