|
@@ -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.