Passed
Push — master ( 3e5454...4b648e )
by Jorijn
03:20
created
src/Console/SecurityMailCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         // and feed it into the SecurityChecker
48 48
         $checkResult = $this->checker->check($composerLock);
49 49
 
50
-        $recipients = config('laravel-security-checker.recipients', []);
50
+        $recipients = config('laravel-security-checker.recipients', [ ]);
51 51
         if (count($recipients) === 0) {
52 52
             $this->error(__('No recipients has been configured yet!'));
53 53
             return 1;
Please login to merge, or discard this patch.