From 284c40ed6b66fd833a9ba06b13225d2f41421758 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 25 Nov 2025 14:26:19 +0100 Subject: [PATCH] [TASK] Avoid resolved phpstan finding --- Build/phpstan/phpstan-baseline.neon | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Build/phpstan/phpstan-baseline.neon b/Build/phpstan/phpstan-baseline.neon index 1afab674..a39ba5db 100644 --- a/Build/phpstan/phpstan-baseline.neon +++ b/Build/phpstan/phpstan-baseline.neon @@ -24,12 +24,6 @@ parameters: count: 1 path: ../../Classes/Core/Functional/Framework/Constraint/RequestSection/HasRecordConstraint.php - - - message: '#^Call to function property_exists\(\) with TYPO3\\CMS\\Core\\DataHandling\\DataHandler and ''copyTree'' will always evaluate to true\.$#' - identifier: function.alreadyNarrowedType - count: 1 - path: ../../Classes/Core/Functional/Framework/DataHandling/Scenario/DataHandlerWriter.php - - message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with true will always evaluate to true\.$#' identifier: staticMethod.alreadyNarrowedType