Passed
Push — 5.0.0 ( db287f...580cb8 )
by Fèvre
06:14
created
app/Livewire/Admin/Blog/CreateArticle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
             ->success('Your article has been created successfully !');
75 75
     }
76 76
 
77
-    public function render(): View|Application|Factory|\Illuminate\View\View
77
+    public function render(): View | Application | Factory | \Illuminate\View\View
78 78
     {
79 79
         return view('livewire.admin.blog.create-article');
80 80
     }
Please login to merge, or discard this patch.