Browse Source

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

Guilliam Xavier 5 years ago
parent
commit
35562dcd49
1 changed files with 1 additions and 0 deletions
  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) {