Skip to content

Commit

Permalink
Update src/contracts/Container/Encore/ConfigurationDumper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Oct 16, 2023
1 parent c008679 commit 1097f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/Container/Encore/ConfigurationDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(ContainerInterface $containerBuilder)
}

/**
* @phpstan-param array<string, array<string, array{?'deprecated': bool, ?'alternative': string}>> $webpackConfigNames
* @phpstan-param array<string, array<string, array{'deprecated'?: bool, 'alternative'?: string}>> $webpackConfigNames
*
* @throws \JsonException
*/
Expand Down

0 comments on commit 1097f31

Please sign in to comment.