Ver Fonte

ValidateCommand: add a comment that we didn't forget $lockErrors

Guilliam Xavier há 5 anos atrás
pai
commit
35562dcd49
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/Composer/Command/ValidateCommand.php

+ 1 - 0
src/Composer/Command/ValidateCommand.php

@@ -140,6 +140,7 @@ EOT
             $doPrintSchemaUrl = $printSchemaUrl;
         } else {
             $io->write('<info>' . $name . ' is valid</info>');
+            // if ($lockErrors) then they will be displayed below
         }
 
         if ($doPrintSchemaUrl) {