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 5fec8da + e39c344 commit 511aa4bCopy full SHA for 511aa4b
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