From 9527c34c8de7479f0de8e04effde3162293a5443 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 8 Mar 2022 08:31:22 +0100 Subject: [PATCH] Update phpstan baseline --- phpstan-baseline.neon | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 8c9c079..e911984 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -41,17 +41,7 @@ parameters: path: Classes/Domain/Model/Frontend/Place.php - - message: "#^Method WerkraumMedia\\\\ThueCat\\\\Domain\\\\Repository\\\\Backend\\\\ParkingFacilityRepository\\:\\:findByEntity\\(\\) should return TYPO3\\\\CMS\\\\Extbase\\\\Persistence\\\\QueryResultInterface\\|null but returns array\\|TYPO3\\\\CMS\\\\Extbase\\\\Persistence\\\\QueryResultInterface\\.$#" - count: 1 - path: Classes/Domain/Repository/Backend/ParkingFacilityRepository.php - - - - message: "#^Cannot call method getFirst\\(\\) on array\\|TYPO3\\\\CMS\\\\Extbase\\\\Persistence\\\\QueryResultInterface\\.$#" - count: 1 - path: Classes/Domain/Repository/Backend/TownRepository.php - - - - message: "#^Method WerkraumMedia\\\\ThueCat\\\\Domain\\\\Repository\\\\Backend\\\\TownRepository\\:\\:findOneByEntity\\(\\) should return WerkraumMedia\\\\ThueCat\\\\Domain\\\\Model\\\\Backend\\\\Town\\|null but returns object\\.$#" + message: "#^Method WerkraumMedia\\\\ThueCat\\\\Domain\\\\Repository\\\\Backend\\\\TownRepository\\:\\:findOneByEntity\\(\\) should return WerkraumMedia\\\\ThueCat\\\\Domain\\\\Model\\\\Backend\\\\Town\\|null but returns object\\|null\\.$#" count: 1 path: Classes/Domain/Repository/Backend/TownRepository.php