Explorar el Código

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

Guilliam Xavier hace 5 años
padre
commit
35562dcd49
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {