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 35b74b4 commit ed4c594Copy full SHA for ed4c594
src/FileGenerators/SyncClassGenerator.php
@@ -46,7 +46,7 @@ public function generate(): Node
46
new Node\Expr\New_(
47
new Node\Name('BuildAsyncFromSyncCommand'),
48
[
49
- new Node\Scalar\String_($this->yaml['class']),
+ new Node\Scalar\String_($this->yaml['class']), // 👼 An angel for Michael https://twitter.com/michaelcullumuk/status/803599400685760512
50
new Node\Expr\Variable('this'),
51
]
52
),
0 commit comments