Misc return type fixes
Summary:
Fix a few issues raised by static code analysis:
* /src/applications/audit/query/DiffusionInternalCommitSearchEngine.php:39 Method DiffusionInternalCommitSearchEngine::getURI() should return string but returns null.
* /src/applications/diviner/storage/DivinerLiveSymbol.php:250 Method DivinerLiveSymbol::getMarkupText() should return string but empty return statement found.
* /src/applications/phame/search/PhamePostFerretEngine.php:15 Method PhamePostFerretEngine::newSearchEngine() should return string but returns PhamePostSearchEngine.
* /src/applications/phame/storage/PhamePost.php:270 Method PhamePost::getMarkupText() should return string but returns null.
* /src/applications/policy/rule/PhabricatorPolicyRule.php:188 Method PhabricatorPolicyRule::getObjectPolicyKey() should return string but returns null.
* /src/applications/project/query/PhabricatorProjectColumnSearchEngine.php:45 Method PhabricatorProjectColumnSearchEngine::getURI() should return string but returns null.
* /src/applications/transactions/feed/PhabricatorApplicationTransactionFeedStory.php:124 Method PhabricatorApplicationTransactionFeedStory::getMarkupText() should return string but returns null.
Test Plan: Read the code, run static code analysis.
Reviewers: O1 Blessed Committers, mainframe98
Reviewed By: O1 Blessed Committers, mainframe98
Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Differential Revision: https://we.phorge.it/D26320