Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of BenMorel:
Url: https://github.com/doctrine/doctrine2/pull/566
Message:
The `AbstractCommand::execute()` method should return an `integer`, or `null`.
Although in PHP, omitting the `return` statement is equivalent to returning `null`, it is recommended to put an explicit `return` to clearly differentiate it from `return void`.
I've added `return 0;` here, keeping the existent behavior.
A related Github Pull-Request [GH-566] was closed
https://github.com/doctrine/doctrine2/pull/566