From 48d4c3d93124f96d3b14b0a95ebc651a9a04230f Mon Sep 17 00:00:00 2001 From: Tomasz Kryszan Date: Thu, 19 Dec 2024 11:55:35 +0100 Subject: [PATCH] [PHPStan] Fixed reported errors (#1413) --- phpstan-baseline.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 29ca53b8d0..e4510a5551 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -621,7 +621,7 @@ parameters: path: src/bundle/Controller/ObjectStateController.php - - message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectStateCreateStruct\\:\\:\\$names \\(array\\\\) does not accept array\\\\.$#" + message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectStateCreateStruct\\:\\:\\$names \\(array\\\\) does not accept array\\\\.$#" count: 1 path: src/bundle/Controller/ObjectStateController.php @@ -656,7 +656,7 @@ parameters: path: src/bundle/Controller/ObjectStateGroupController.php - - message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectStateGroupCreateStruct\\:\\:\\$names \\(array\\\\) does not accept array\\\\.$#" + message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectStateGroupCreateStruct\\:\\:\\$names \\(array\\\\) does not accept array\\\\.$#" count: 1 path: src/bundle/Controller/ObjectStateGroupController.php