For some reason the Phorge codebase has a pattern of calling non-existing parent methods with the same name.
Obviously static code analysis complains about that.
Filing this ticket wondering if anybody has a plausible explanation for this behavior.
- https://we.phorge.it/source/phorge/browse/master/src/applications/doorkeeper/storage/DoorkeeperExternalObject.php$63
- Call to an undefined static method DoorkeeperDAO::getObjectKey().
- https://we.phorge.it/source/phorge/browse/master/src/applications/project/storage/PhabricatorProjectTrigger.php$82
- Call to an undefined static method PhabricatorProjectDAO::setRuleset().
- https://we.phorge.it/source/phorge/browse/master/src/applications/repository/storage/PhabricatorRepository.php$231
- Call to an undefined static method PhabricatorRepositoryDAO::setLocalPath().
- https://we.phorge.it/source/phorge/browse/master/src/applications/harbormaster/storage/build/HarbormasterBuildTarget.php$168
- Call to an undefined static method HarbormasterDAO::getVariables().
- https://we.phorge.it/source/phorge/browse/master/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlan.php$143
- Call to an undefined static method HarbormasterDAO::getName().
- https://we.phorge.it/source/phorge/browse/master/src/applications/multimeter/storage/MultimeterDimension.php$10
- Call to an undefined static method MultimeterDAO::setName().
- https://we.phorge.it/source/phorge/browse/master/src/applications/diviner/storage/DivinerLiveSymbol.php$173
- Call to an undefined static method DivinerDAO::getTitle().
- https://we.phorge.it/source/phorge/browse/master/src/applications/drydock/storage/DrydockLease.php$82
- Call to an undefined static method DrydockDAO::setStatus().
- https://we.phorge.it/source/phorge/browse/master/src/applications/system/storage/PhabricatorSystemActionLog.php$33
- Call to an undefined static method PhabricatorSystemDAO::setActorIdentity().
- https://we.phorge.it/source/phorge/browse/master/src/applications/transactions/storage/PhabricatorEditEngineConfiguration.php$120
- Call to an undefined static method PhabricatorSearchDAO::setBuiltinKey().