From 1d8d800732e95bb9e55b6b0a73e2f6a46759cbeb Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 27 Jun 2024 15:58:54 +0200 Subject: [PATCH] [PHPStan] Aligned baseline with the changes --- phpstan-baseline.neon | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f5a64a5191..df24cda6eb 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -7410,26 +7410,6 @@ parameters: count: 1 path: src/contracts/Repository/Values/ObjectState/ObjectStateCreateStruct.php - - - message: "#^Method Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Translation\\\\Message\\:\\:__construct\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#" - count: 1 - path: src/contracts/Repository/Values/Translation/Message.php - - - - message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Translation\\\\Message\\:\\:\\$values type has no value type specified in iterable type array\\.$#" - count: 1 - path: src/contracts/Repository/Values/Translation/Message.php - - - - message: "#^Method Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Translation\\\\Plural\\:\\:__construct\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#" - count: 1 - path: src/contracts/Repository/Values/Translation/Plural.php - - - - message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Translation\\\\Plural\\:\\:\\$values type has no value type specified in iterable type array\\.$#" - count: 1 - path: src/contracts/Repository/Values/Translation/Plural.php - - message: "#^Class Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\URL\\\\SearchResult implements generic interface IteratorAggregate but does not specify its types\\: TKey, TValue$#" count: 1