We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884fb1e commit 8ad8004Copy full SHA for 8ad8004
src/DependencyInjection/PhpListRestExtension.php
@@ -30,7 +30,7 @@ class PhpListRestExtension extends Extension
30
*/
31
public function load(array $configs, ContainerBuilder $container): void
32
{
33
- // This parameter is unused, but not optional. This line will avoid a static analysis warning this.
+ // @phpstan-ignore-next-line
34
$configs;
35
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../../config'));
36
$loader->load('services.yml');
0 commit comments