-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
26 lines (21 loc) · 785 Bytes
/
phpstan.neon
File metadata and controls
26 lines (21 loc) · 785 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
25
26
parameters:
typo3:
containerXmlPath: ../../var/cache/development/App_KernelDevelopmentDebugContainer.xml
level: 8
paths:
- Classes
- Configuration
excludePaths:
analyseAndScan:
- .Build (?)
- vendor (?)
- Tests
treatPhpDocTypesAsCertain: false
# org_heigl/hyphenator is the extension's own composer dependency. When the extension
# is installed via composer, it is resolved into .Build/vendor (vendor-dir override in
# composer.json). It is intentionally NOT loaded at the project root vendor, so static
# analysis from the project root cannot see those classes.
ignoreErrors:
-
message: '#Org\\Heigl\\Hyphenator\\#'
reportUnmatched: false