Skip to content

Commit 25de54a

Browse files
committed
Line length
1 parent b43a294 commit 25de54a

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']), // 👼 An angel for Michael https://twitter.com/michaelcullumuk/status/803599400685760512
49+
new Node\Scalar\String_($this->yaml['class']),
5050
new Node\Expr\Variable('this'),
5151
]
5252
),

0 commit comments

Comments
 (0)