ValidateCommand: add a comment that we didn't forget $lockErrors
parent
2f4bd85219
commit
35562dcd49
|
@ -140,6 +140,7 @@ EOT
|
||||||
$doPrintSchemaUrl = $printSchemaUrl;
|
$doPrintSchemaUrl = $printSchemaUrl;
|
||||||
} else {
|
} else {
|
||||||
$io->write('<info>' . $name . ' is valid</info>');
|
$io->write('<info>' . $name . ' is valid</info>');
|
||||||
|
// if ($lockErrors) then they will be displayed below
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($doPrintSchemaUrl) {
|
if ($doPrintSchemaUrl) {
|
||||||
|
|
Loading…
Reference in New Issue