Passed
Push — 5.0.0 ( 337324...37581b )
by Fèvre
05:07
created
app/View/Components/Modal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Get the view / contents that represent the component.
30 30
      */
31
-    public function render(): View|Closure|string
31
+    public function render(): View | Closure | string
32 32
     {
33 33
         return view('components.modal');
34 34
     }
Please login to merge, or discard this patch.
app/View/Components/Header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     /**
41 41
      * Get the view / contents that represent the component.
42 42
      */
43
-    public function render(): View|Closure|string
43
+    public function render(): View | Closure | string
44 44
     {
45 45
         return view('components.header');
46 46
     }
Please login to merge, or discard this patch.