Passed
Pull Request — master (#95)
by Fèvre
12:50 queued 06:23
created
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.