From 6fe19c454c75a2389035504123fdde825e0c5714 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Wed, 11 Oct 2023 11:48:52 +0200 Subject: [PATCH] [PHPStan] Dropped obsolete error report in tests/.../FilterTest.php --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6cf3b7b003..60485190d5 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -62040,11 +62040,6 @@ parameters: count: 1 path: tests/lib/Repository/Values/ContentType/FieldDefinitionCollectionTest.php - - - message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertContainsEquals\\(\\) with Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Query\\\\SortClause\\\\Location\\\\Priority and array\\{\\} will always evaluate to false\\.$#" - count: 1 - path: tests/lib/Repository/Values/Filter/FilterTest.php - - message: "#^Method Ibexa\\\\Tests\\\\Core\\\\Repository\\\\Values\\\\Filter\\\\FilterTest\\:\\:getComplexFilterTestData\\(\\) return type has no value type specified in iterable type iterable\\.$#" count: 1