Passed
Push — master ( 81fce6...567908 )
by Fèvre
05:15
created
app/Livewire/Discuss/CreateConversation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     public bool $showModal = false;
37 37
 
38
-    public function render(): Factory|Application|View|\Illuminate\View\View
38
+    public function render(): Factory | Application | View | \Illuminate\View\View
39 39
     {
40 40
         return view('livewire.discuss.create-conversation');
41 41
     }
Please login to merge, or discard this patch.