From 5e82e3f6d99bff1314410c7c0862327b46d665b8 Mon Sep 17 00:00:00 2001 From: Tomasz Kryszan Date: Thu, 19 Dec 2024 11:27:00 +0100 Subject: [PATCH] [PHPStan] Fixed reported errors --- 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