Completed
Push — feature/security-checker-5 ( b1af27...d32dc9 )
by Jorijn
02:09
created
src/Console/SecurityCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         $composerLock = base_path('composer.lock');
45 45
 
46 46
         // and feed it into the SecurityChecker
47
-        $checkResult = json_decode((string)$this->checker->check($composerLock), true);
47
+        $checkResult = json_decode((string) $this->checker->check($composerLock), true);
48 48
 
49 49
         // then display it using the formatter provided for Symfony
50 50
         app(SimpleFormatter::class)->displayResults($this->getOutput(), $composerLock, $checkResult);
Please login to merge, or discard this patch.