The PHPDoc for the abstract function loadObject() defines @return void, however the function's return value is used twice in PhabricatorObjectMailReceiver and all 17 loadObject() implementations in child classes return an object provided by some type of PhabricatorCursorPagedPolicyAwareQuery.
Thus correct the PHPDoc to make static code analyzers happier.
Details
Details
- Reviewers
valerio.bozzolan - Group Reviewers
O1: Blessed Committers - Commits
- rP5f565e2ab665: Correct PHPDoc return value for loadObject() in PhabricatorObjectMailReceiver
Carefully read and compare the code.
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Branch
- mailReceiverObjectVoid (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 1277 Build 1277: arc lint + arc unit