Failed Conditions
Pull Request — master (#153)
by Matthias
05:03
created
src/ComposerRequireChecker/Cli/CheckCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
         /** @var string $composerJsonArgument */
61 61
         $composerJsonArgument = $input->getArgument('composer-json');
62
-        $composerJson = realpath((string) $composerJsonArgument);
62
+        $composerJson = realpath((string)$composerJsonArgument);
63 63
         if (false === $composerJson) {
64 64
             throw new \InvalidArgumentException('file not found: [' . $composerJsonArgument . ']');
65 65
         }
Please login to merge, or discard this patch.