Jordi Boggiano 12 years ago
parent
commit
16671831ef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bin/composer

+ 2 - 2
bin/composer

@@ -16,10 +16,10 @@ if (function_exists('ini_set')) {
         switch($unit) {
             case 'g':
                 $value *= 1024;
-                //no break (cumulative multiplier)
+                // no break (cumulative multiplier)
             case 'm':
                 $value *= 1024;
-                //no break (cumulative multiplier)
+                // no break (cumulative multiplier)
             case 'k':
                 $value *= 1024;
         }