Passed
Push — master ( 2a29e5...5c80ad )
by Jorijn
03:13
created
src/Console/SecurityMailCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         $checkResult = $this->checker->check($composerLock);
49 49
 
50 50
         // get the recipients and filter out any configuration mistakes
51
-        $recipients = collect(config('laravel-security-checker.recipients', []))->filter(function($recipient) {
51
+        $recipients = collect(config('laravel-security-checker.recipients', [ ]))->filter(function($recipient) {
52 52
             return !is_null($recipient) && !empty($recipient);
53 53
         });
54 54
 
Please login to merge, or discard this patch.