Passed
Push — 5.0.0 ( 47cf5a...33d584 )
by Fèvre
07:06
created
app/View/Components/Checkbox.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Get the view / contents that represent the component.
41 41
      */
42
-    public function render(): View|Closure|string
42
+    public function render(): View | Closure | string
43 43
     {
44 44
         return view('components.checkbox');
45 45
     }
Please login to merge, or discard this patch.
app/View/Components/ThemeToggle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * Get the view / contents that represent the component.
20 20
      */
21
-    public function render(): View|Closure|string
21
+    public function render(): View | Closure | string
22 22
     {
23 23
         return view('components.theme-toggle');
24 24
     }
Please login to merge, or discard this patch.