From be8c26a3ce8d2d20cea088b938f62ac18daad4d2 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 13 Dec 2024 14:06:47 +0100 Subject: [PATCH] Remove phpstan baseline error fixed by the latest phpcr changes (#58) --- phpstan-baseline.neon | 6 ------ 1 file changed, 6 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 5812ac58..72f47f0d 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -66,12 +66,6 @@ parameters: count: 1 path: lib/Adapter/Doctrine/PHPCRODM/QueryAdapter.php - - - message: '#^Call to an undefined method Iterator\\:\:count\(\)\.$#' - identifier: method.notFound - count: 1 - path: lib/Adapter/Doctrine/PHPCRODM/QueryAdapter.php - - message: '#^Method Pagerfanta\\Elastica\\ElasticaAdapter\:\:getNbResults\(\) should return int\<0, max\> but returns int\.$#' identifier: return.type