Commit a022b331 authored by Martin Hasoň's avatar Martin Hasoň

Added exit code for dbal:reserved-words command

parent 804bd86e
......@@ -128,6 +128,8 @@ EOT
foreach ($violations as $violation) {
$output->write(' - ' . $violation, true);
}
return 1;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment