Remove call to undefined static method DoorKeeperDAO::getObjectKey() in the DoorkeeperExternalObject class. getObjectKey() does not exist (and never existed) in any of its parent classes (DoorkeeperDAO, PhabricatorLiskDAO, LiskDAO).
Details
Details
- Reviewers
valerio.bozzolan - Group Reviewers
O1: Blessed Committers - Commits
- rPa039c4952f6b: Remove call to undefined method DoorkeeperDAO::getObjectKey()
Run static code analysis. Grep the source code and check the git history of parent classes.
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Branch
- rmUndefDoorkeeperDaoObjectKey
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 1446 Build 1446: arc lint + arc unit
Event Timeline
src/applications/doorkeeper/storage/DoorkeeperExternalObject.php | ||
---|---|---|
62–63 | At this point we can just return $this |
src/applications/doorkeeper/storage/DoorkeeperExternalObject.php | ||
---|---|---|
62–63 | This is a getter, not a setter, not sure I understand you :-/ |
Comment Actions
Just that oneline
src/applications/doorkeeper/storage/DoorkeeperExternalObject.php | ||
---|---|---|
62–63 | Yep |