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 2ff7626 commit 706b809Copy full SHA for 706b809
src/Extract.php
@@ -17,7 +17,7 @@ class Extract
17
18
public function __construct()
19
{
20
- $this->builder = new ExtractBuilder;;
+ $this->builder = new ExtractBuilder;
21
}
22
23
public function instruction(int|string $value): self
0 commit comments