From e36ae17b46c57a6ab32279f7e3301c6f913ccff5 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Mon, 22 Jul 2024 18:06:06 +0200 Subject: [PATCH] [PHPStan] Aligned baseline with the changes --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index c07a4da..9c337a2 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1,10 +1,5 @@ parameters: ignoreErrors: - - - message: "#^Method Ibexa\\\\Bundle\\\\Behat\\\\Cache\\\\JsRoutingDirectoryCacheDirectoryCreator\\:\\:warmUp\\(\\) should return array\\ but return statement is missing\\.$#" - count: 1 - path: src/bundle/Cache/JsRoutingDirectoryCacheDirectoryCreator.php - - message: "#^Method Ibexa\\\\Bundle\\\\Behat\\\\Command\\\\CreateExampleDataCommand\\:\\:configure\\(\\) has no return type specified\\.$#" count: 1