Passed
Push — 5.0.0 ( f10804...44b42e )
by Fèvre
15:04 queued 07:40
created
app/View/Components/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     /**
56 56
      * Get the view / contents that represent the component.
57 57
      */
58
-    public function render(): View|Closure|string
58
+    public function render(): View | Closure | string
59 59
     {
60 60
         return view('components.file');
61 61
     }
Please login to merge, or discard this patch.