Commit 6126f8ff authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #205 from hason/command

Added exit code for dbal:reserved-words command
parents 43bfbf97 a022b331
...@@ -128,6 +128,8 @@ EOT ...@@ -128,6 +128,8 @@ EOT
foreach ($violations as $violation) { foreach ($violations as $violation) {
$output->write(' - ' . $violation, true); $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