浏览代码

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

Guilliam Xavier 5 年之前
父节点
当前提交
35562dcd49
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {