From f0914bd6a38e9c0729768b15479e8c4188c7ec20 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Mon, 16 Oct 2023 15:23:30 +0200 Subject: [PATCH] phpstan-baseline.neon: Remove fixed errors --- phpstan-baseline.neon | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 4180ef7d07..e0364c5a8d 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -5005,11 +5005,6 @@ parameters: count: 1 path: src/contracts/Container/Encore/ConfigurationDumper.php - - - message: "#^Method Ibexa\\\\Contracts\\\\Core\\\\Container\\\\Encore\\\\ConfigurationDumper\\:\\:dumpCustomConfiguration\\(\\) has parameter \\$webpackConfigNames with no value type specified in iterable type array\\.$#" - count: 1 - path: src/contracts/Container/Encore/ConfigurationDumper.php - - message: "#^Method Ibexa\\\\Contracts\\\\Core\\\\Container\\\\Encore\\\\ConfigurationDumper\\:\\:locateConfigurationFiles\\(\\) has parameter \\$bundlesMetadata with no value type specified in iterable type array\\.$#" count: 1 @@ -5025,11 +5020,6 @@ parameters: count: 1 path: src/contracts/Container/Encore/ConfigurationDumper.php - - - message: "#^PHPDoc tag @param has invalid value \\(array\\\\> \\$webpackConfigNames\\)\\: Unexpected token \"\\:\", expected '\\}' at offset 65$#" - count: 1 - path: src/contracts/Container/Encore/ConfigurationDumper.php - - message: "#^Parameter \\#1 \\$bundlesMetadata of method Ibexa\\\\Contracts\\\\Core\\\\Container\\\\Encore\\\\ConfigurationDumper\\:\\:locateConfigurationFiles\\(\\) expects array, array\\|bool\\|float\\|int\\|string\\|null given\\.$#" count: 1