DDC-1833: [GH-354] ValidateSchemaCommand dont't call exit() in execute() #2312

Closed
opened 2026-01-22 13:48:01 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (May 22, 2012).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

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

Originally created by @doctrinebot on GitHub (May 22, 2012). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: 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
admin added the Bug label 2026-01-22 13:48:01 +01:00
admin closed this issue 2026-01-22 13:48:02 +01:00
Author
Owner

@doctrinebot commented on GitHub (May 22, 2012):

Comment created by @beberlei:

A related Github Pull-Request [GH-354] was closed
https://github.com/doctrine/doctrine2/pull/354

@doctrinebot commented on GitHub (May 22, 2012): Comment created by @beberlei: A related Github Pull-Request [GH-354] was closed https://github.com/doctrine/doctrine2/pull/354
Author
Owner

@doctrinebot commented on GitHub (May 22, 2012):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (May 22, 2012): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2312