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 b43a294 commit 25de54aCopy full SHA for 25de54a
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']), // 👼 An angel for Michael https://twitter.com/michaelcullumuk/status/803599400685760512
+ new Node\Scalar\String_($this->yaml['class']),
50
new Node\Expr\Variable('this'),
51
]
52
),
0 commit comments