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.
2 parents 999cfcf + 75dd709 commit e39c344Copy full SHA for e39c344
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