Passed
Push — master ( 138a43...a99fd5 )
by Koen
02:57
created
app/Http/Requests/Api/Invitation/ResendRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     public function rules(): array
12 12
     {
13 13
         return [
14
-            'email' => ['required', 'string', 'email'],
14
+            'email' => [ 'required', 'string', 'email' ],
15 15
         ];
16 16
     }
17 17
 }
Please login to merge, or discard this patch.