Skip to content

Commit ed4c594

Browse files
authored
An angel for @michaelcullum
1 parent 35b74b4 commit ed4c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileGenerators/SyncClassGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function generate(): Node
4646
new Node\Expr\New_(
4747
new Node\Name('BuildAsyncFromSyncCommand'),
4848
[
49-
new Node\Scalar\String_($this->yaml['class']),
49+
new Node\Scalar\String_($this->yaml['class']), // 👼 An angel for Michael https://twitter.com/michaelcullumuk/status/803599400685760512
5050
new Node\Expr\Variable('this'),
5151
]
5252
),

0 commit comments

Comments
 (0)