Passed
Push — 5.0.0 ( 78f010...4a0fb0 )
by Fèvre
05:30
created
app/Livewire/Admin/User/UpdateUser.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
     public bool $showModal = false;
41 41
 
42
-    public function render(): View|Application|Factory|\Illuminate\View\View
42
+    public function render(): View | Application | Factory | \Illuminate\View\View
43 43
     {
44 44
         // Select only the roles attached to this site or the roles without assigned site_id.
45 45
         $roles = Role::where('level', '<=', auth()->user()->level)
Please login to merge, or discard this patch.
app/Livewire/Admin/User/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
         $this->perPage = config('xetaravel.pagination.user.user_per_page', $this->perPage);
87 87
     }
88 88
 
89
-    public function render(): View|Application|Factory|\Illuminate\View\View
89
+    public function render(): View | Application | Factory | \Illuminate\View\View
90 90
     {
91 91
         return view('livewire.admin.user.user', [
92 92
             'users' => $this->rows
Please login to merge, or discard this patch.