Test Failed
Pull Request — develop (#2)
by
unknown
08:37
created
src/Input.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.