Completed
Pull Request — develop (#86)
by Igor
07:09
created
src/Magestead/Helper/Config.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.