-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
35 lines (32 loc) · 2.5 KB
/
phpstan.neon
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
parameters:
level: 8
paths:
- %currentWorkingDirectory%/Classes
- %currentWorkingDirectory%/ext_localconf.php
- %currentWorkingDirectory%/ext_tables.php
- %currentWorkingDirectory%/ext_emconf.php
bootstrapFiles:
- "%currentWorkingDirectory%/.Build/vendor/autoload.php"
excludePaths:
- %currentWorkingDirectory%/.development
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false
ignoreErrors:
- '#Method DMK\\MkContentAi\\Service\\ExtendService::createMask\(\) has parameter \$source with no type specified.#'
- '#Method DMK\\MkContentAi\\Service\\ExtendService::createCombined\(\) has parameter \$result with no type specified.#'
- '#Method DMK\\MkContentAi\\Service\\ExtendService::createCombined\(\) has parameter \$source with no type specified.#'
- '#Method DMK\\MkContentAi\\Service\\ExtendService::getImages\(\) has parameter \$source with no type specified.#'
- '#Method DMK\\MkContentAi\\Service\\ExtendService::getImageDimensions\(\) has parameter \$source with no type specified.#'
- '#Method DMK\\MkContentAi\\Service\\ExtendService::combinedImage\(\) has no return type specified.#'
- '#PHPDoc type int of property DMK\\MkContentAi\\Domain\\Model\\TtContent#'
- '#DMK\\MkContentAi\\Domain\\Repository\\TtContentRepository extends generic class#'
-
message: '#Parameter \$event of method DMK\\MkContentAi\\Backend\\EventListener\\CustomFileControlsEventListener::handleEvent\(\) has invalid type TYPO3\\CMS\\Backend\\Form\\Event\\CustomFileControlsEvent\.#'
path: Classes/Backend/EventListener/CustomFileControlsEventListener.php
-
message: '#Call to method addControl\(\) on an unknown class TYPO3\\CMS\\Backend\\Form\\Event\\CustomFileControlsEvent\.#'
path: Classes/Backend/EventListener/CustomFileControlsEventListener.php
- '#Parameter \$event of method DMK\\MkContentAi\\Backend\\EventListener\\ModifyFilelistButtonBarEventListener::handleEvent\(\) has invalid type TYPO3\\CMS\\Backend\\Template\\Components\\ModifyButtonBarEvent#'
- '#Call to method setButtons\(\) on an unknown class TYPO3\\CMS\\Backend\\Template\\Components\\ModifyButtonBarEvent#'
- '#Call to method getButtons\(\) on an unknown class TYPO3\\CMS\\Backend\\Template\\Components\\ModifyButtonBarEvent#'
- '#Call to method getButtonBar\(\) on an unknown class TYPO3\\CMS\\Backend\\Template\\Components\\ModifyButtonBarEvent#'