Jelajahi Sumber

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

Guilliam Xavier 5 tahun lalu
induk
melakukan
35562dcd49
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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) {