From b61fd2a90f2a61ee478d07ea458bc89e822932a7 Mon Sep 17 00:00:00 2001 From: MateuszKolankowski Date: Thu, 20 Feb 2025 11:28:42 +0100 Subject: [PATCH] Baseline fixes --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 8e59c06..fb0d393 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -325,11 +325,6 @@ parameters: count: 1 path: src/lib/Gateway/DistributionStrategy/StandaloneDistributionStrategy.php - - - message: "#^Method Ibexa\\\\Solr\\\\Gateway\\\\Endpoint\\:\\:__construct\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" - count: 1 - path: src/lib/Gateway/Endpoint.php - - message: "#^Method Ibexa\\\\Solr\\\\Gateway\\\\EndpointRegistry\\:\\:registerEndpoint\\(\\) has no return type specified\\.$#" count: 1