Passed
Pull Request — master (#5)
by Raza
04:27 queued 01:56
created
src/Services/Authy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
     {
174 174
         $sendToken = collect(
175 175
             $user->getTwoFactorAuthProviderOptions()
176
-        )->filter(function ($option, $key) {
176
+        )->filter(function($option, $key) {
177 177
             return ($option && in_array($key, ['sms', 'phone', 'email'])) ? $option : null;
178 178
         });
179 179
 
Please login to merge, or discard this patch.