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 7c37453 commit ba8dd6aCopy full SHA for ba8dd6a
1 file changed
src/Command/GenerateComposedCommand.php
@@ -77,7 +77,7 @@ public function __invoke(
77
// }
78
79
$templateGenerators = $this->getGenerators($generators);
80
- foreach ($templateGenerators as $name => $generatorInstance) {
+ foreach ($templateGenerators as $generator => $generatorInstance) {
81
82
// Check if generator supports composed element rendering
83
if (!method_exists($generatorInstance, 'renderComposedElement')) {
0 commit comments