Skip to content

Commit 8ad8004

Browse files
committed
ISSUE-337: fix phpstan
1 parent 884fb1e commit 8ad8004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/PhpListRestExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class PhpListRestExtension extends Extension
3030
*/
3131
public function load(array $configs, ContainerBuilder $container): void
3232
{
33-
// This parameter is unused, but not optional. This line will avoid a static analysis warning this.
33+
// @phpstan-ignore-next-line
3434
$configs;
3535
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../../config'));
3636
$loader->load('services.yml');

0 commit comments

Comments
 (0)