@@ -44,7 +44,7 @@ |
||
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); |