mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 03:56:09 +01:00
Daniel Siepmann
de6c317602
Update of TYPO3 results in the following error: ------ ----------------------------------------------------------------------- Line Classes/Service/DestinationDataImportService.php ------ ----------------------------------------------------------------------- 135 Property Wrm\Events\Service\DestinationDataImportService::$objectManager with generic class TYPO3\CMS\Extbase\Object\ObjectManager does not specify its types: T 💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your phpstan.neon. 160 Method Wrm\Events\Service\DestinationDataImportService::__construct() has parameter $objectManager with generic class TYPO3\CMS\Extbase\Object\ObjectManager but does not specify its types: T 💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your phpstan.neon. ------ ----------------------------------------------------------------------- We disable the check for now.
10 lines
248 B
Text
10 lines
248 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- Classes
|
|
- Configuration
|
|
checkMissingIterableValueType: false
|
|
checkGenericClassInNonGenericObjectType: false
|
|
reportUnmatchedIgnoredErrors: false
|