From 230a2358c457c25f4c74eddfa43a601cdcc558a2 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 28 Aug 2023 15:40:39 +0200 Subject: [PATCH] Update baseline The new TYPO3 version lead to a new phpstan finding which we ignore for now. --- phpstan-baseline.neon | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f2d9eab..6e87eb7 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -334,3 +334,7 @@ parameters: count: 13 path: Tests/Functional/ImportTest.php + - + message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(TEntity, TEntity\\)\\: int, Closure\\(WerkraumMedia\\\\ThueCat\\\\Domain\\\\Model\\\\Frontend\\\\ParkingFacility, WerkraumMedia\\\\ThueCat\\\\Domain\\\\Model\\\\Frontend\\\\ParkingFacility\\)\\: int\\<\\-1, 1\\> given\\.$#" + count: 1 + path: Classes/Domain/Model/Frontend/Place.php