mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00
tea/phpstan-baseline.neon

17 lines
703 B
Text

parameters:
ignoreErrors:
-
message: "#^Constant TYPO3_version not found\\.$#"
count: 1
path: Configuration/TCA/tx_tea_domain_model_product_tea.php
-
message: "#^Constant TYPO3_version not found\\.$#"
count: 1
path: Tests/Functional/Controller/TeaControllerTest.php
-
message: "#^Property TTN\\\\Tea\\\\Tests\\\\Unit\\\\Domain\\\\Repository\\\\Product\\\\TeaRepositoryTest\\:\\:\\$objectManager \\(Prophecy\\\\Prophecy\\\\ProphecySubjectInterface&TYPO3\\\\CMS\\\\Extbase\\\\Object\\\\ObjectManagerInterface\\) does not accept TYPO3\\\\CMS\\\\Extbase\\\\Object\\\\ObjectManagerInterface\\.$#"
count: 1
path: Tests/Unit/Domain/Repository/Product/TeaRepositoryTest.php