Passed
Pull Request — master (#95)
by Fèvre
12:43 queued 05:54
created
app/View/Components/Form.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * Get the view / contents that represent the component.
25 25
      */
26
-    public function render(): View|Closure|string
26
+    public function render(): View | Closure | string
27 27
     {
28 28
         return view('components.form');
29 29
     }
Please login to merge, or discard this patch.
app/View/Components/Input.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * Get the view / contents that represent the component.
64 64
      */
65
-    public function render(): View|Closure|string
65
+    public function render(): View | Closure | string
66 66
     {
67 67
         return view('components.input');
68 68
     }
Please login to merge, or discard this patch.