forked from DMKEBUSINESSGMBH/typo3-t3twig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
19 lines (19 loc) · 879 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
level: 1
bootstrapFiles:
- "%currentWorkingDirectory%/.Build/vendor/autoload.php"
paths:
- %currentWorkingDirectory%/Classes
- %currentWorkingDirectory%/ext_localconf.php
- %currentWorkingDirectory%/ext_tables.php
- %currentWorkingDirectory%/ext_emconf.php
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Constant TYPO3_MODE not found#'
- '#Undefined variable: \$_EXTKEY#'
-
message: '/Function twig_date_converter not found./'
path: %currentWorkingDirectory%/Classes/Twig/Extension/DateExtension.php
-
message: '/Call to an undefined method DMK\\T3twig\\ContentObject\\TwigContentObject::getContentObject\(\)./'
path: %currentWorkingDirectory%/Classes/ContentObject/TwigContentObject.php