Skip to content

Commit

Permalink
ISSUE-337: fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
tatevikg1 committed Dec 15, 2024
1 parent 884fb1e commit 8ad8004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/PhpListRestExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PhpListRestExtension extends Extension
*/
public function load(array $configs, ContainerBuilder $container): void
{
// This parameter is unused, but not optional. This line will avoid a static analysis warning this.
// @phpstan-ignore-next-line
$configs;
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../../config'));
$loader->load('services.yml');
Expand Down

0 comments on commit 8ad8004

Please sign in to comment.