Test Setup Failed
Push — master ( 5ffa8d...d944f0 )
by Jorijn
01:26
created
src/Console/SecurityMailCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         }
56 56
 
57 57
         // get the recipients and filter out any configuration mistakes
58
-        $recipients = collect(config('laravel-security-checker.recipients', [ ]))->filter(function ($recipient) {
58
+        $recipients = collect(config('laravel-security-checker.recipients', [ ]))->filter(function($recipient) {
59 59
             return !is_null($recipient) && !empty($recipient);
60 60
         });
61 61
 
Please login to merge, or discard this patch.