From 486539cb7d3294755741d35f4a31ce81d688f78e Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Mon, 16 Oct 2023 16:26:54 +0200 Subject: [PATCH] ConfigurationDumper.php: Back to @param The syntax is accepted by phpDocumentor 3.3.1 and 3.4.1; The syntax error was only due to question mark misplacement. --- src/contracts/Container/Encore/ConfigurationDumper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/Container/Encore/ConfigurationDumper.php b/src/contracts/Container/Encore/ConfigurationDumper.php index 1b5ed900fa..92b3736abb 100644 --- a/src/contracts/Container/Encore/ConfigurationDumper.php +++ b/src/contracts/Container/Encore/ConfigurationDumper.php @@ -31,7 +31,7 @@ public function __construct(ContainerInterface $containerBuilder) } /** - * @phpstan-param array> $webpackConfigNames + * @param array> $webpackConfigNames * * @throws \JsonException */