@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | $output->writeln('<error>Unable to parse the config file</error>'); |
51 | 51 | } |
52 | 52 | |
53 | - return false; |
|
53 | + return FALSE; |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | /** |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | |
85 | 85 | $composerHomePath = realpath(trim($composerConfig['[home]'])); |
86 | 86 | |
87 | - if (false === $composerHomePath) { |
|
87 | + if (FALSE === $composerHomePath) { |
|
88 | 88 | throw new MissingComposerHomeException('Composer home directory is not found. Do you have it installed?'); |
89 | 89 | } |
90 | 90 |