Skip to content

Commit 30c5fa5

Browse files
Fix multiple CS errors
1 parent db07738 commit 30c5fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Caster/FrameStub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class FrameStub extends EnumStub
2121
public function __construct(
2222
array $frame,
2323
public bool $keepArgs = true,
24-
public bool $inTraceStub = false
24+
public bool $inTraceStub = false,
2525
) {
2626
parent::__construct($frame);
2727
}

0 commit comments

Comments
 (0)