@@ -29,7 +29,8 @@ |
||
29 | 29 | |
30 | 30 | public static function create(string $type, string $name, array $options = []): string |
31 | 31 | { |
32 | - return (new class($type, $name, $options) extends InputBuilder { |
|
32 | + return (new class($type, $name, $options) extends InputBuilder |
|
33 | + { |
|
33 | 34 | public function __construct(string $type, string $name, array $options) |
34 | 35 | { |
35 | 36 | $this->type = $type; |