1
0
Fork 0

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

pull/8605/head
Guilliam Xavier 2020-02-13 15:48:36 +01:00 committed by GitHub
parent 2f4bd85219
commit 35562dcd49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {