We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52866e2 commit 75dd709Copy full SHA for 75dd709
Loader/Configurator/AbstractServiceConfigurator.php
@@ -32,8 +32,8 @@ public function __destruct()
32
{
33
// default tags should be added last
34
foreach ($this->defaultTags as $name => $attributes) {
35
- foreach ($attributes as $attributes) {
36
- $this->definition->addTag($name, $attributes);
+ foreach ($attributes as $attribute) {
+ $this->definition->addTag($name, $attribute);
37
}
38
39
$this->defaultTags = [];
0 commit comments