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

Open
opened 2026-01-22 13:47:59 +01:00 by admin · 0 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:47:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2309