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 db07738 commit 30c5fa5Copy full SHA for 30c5fa5
Caster/FrameStub.php
@@ -21,7 +21,7 @@ class FrameStub extends EnumStub
21
public function __construct(
22
array $frame,
23
public bool $keepArgs = true,
24
- public bool $inTraceStub = false
+ public bool $inTraceStub = false,
25
) {
26
parent::__construct($frame);
27
}
0 commit comments