Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2.3
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of pscheit:
Url: https://github.com/doctrine/doctrine2/pull/354
Message:
calling exit() in the command itself is not needed. Symfony Application calls exit() with the return exit code.
chaing this into return makes the validateSchemaCommand usable in other commands as a sub-command
A related Github Pull-Request [GH-354] was closed
https://github.com/doctrine/doctrine2/pull/354