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 6f7f752 commit 926b597Copy full SHA for 926b597
src/Builder/ExtractBuilder.php
@@ -37,7 +37,6 @@ public function createBuilder(string $type): self
37
$this->builder = match ($type) {
38
self::FORMAT_CSV => new CsvBuilder,
39
self::FORMAT_SQL => new SqlBuilder,
40
- default => throw new InvalidArgumentException("Unsupported builder type: {$type}"),
41
};
42
43
return $this;
0 commit comments