Passed
Push — master ( ad63ed...29e01c )
by Key
04:23
created
src/AuthenticationLogable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function notifyAuthenticationLogVia(): array
23 23
     {
24
-        return ['mail'];
24
+        return [ 'mail' ];
25 25
     }
26 26
 
27 27
     /**
Please login to merge, or discard this patch.