Passed
Push — 5.0.0 ( 757365...6c4e14 )
by Fèvre
05:11
created
app/Livewire/Admin/Blog/CreateCategory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
             ->success('Your category has been created successfully !');
67 67
     }
68 68
 
69
-    public function render(): View|Application|Factory|\Illuminate\View\View
69
+    public function render(): View | Application | Factory | \Illuminate\View\View
70 70
     {
71 71
         return view('livewire.admin.blog.create-category');
72 72
     }
Please login to merge, or discard this patch.
app/Livewire/Admin/Blog/Category.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         $this->perPage = config('xetaravel.pagination.blog.article_per_page', $this->perPage);
83 83
     }
84 84
 
85
-    public function render(): View|Application|Factory|\Illuminate\View\View
85
+    public function render(): View | Application | Factory | \Illuminate\View\View
86 86
     {
87 87
         return view('livewire.admin.blog.category', [
88 88
             'categories' => $this->rows
Please login to merge, or discard this patch.
app/Livewire/Admin/Blog/UpdateCategory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public bool $showModal = false;
33 33
 
34
-    public function render(): View|Application|Factory|\Illuminate\View\View
34
+    public function render(): View | Application | Factory | \Illuminate\View\View
35 35
     {
36 36
         return view('livewire.admin.blog.update-category');
37 37
     }
Please login to merge, or discard this patch.