PhpDoc: Correct some wrong types
Summary:
* Parameter #2 $edge_type of static method PhabricatorEdgeQuery::loadDestinationPHIDs() expects string, int given.
* Parameter #2 $type of method PhabricatorEdgeEditor::addEdge() expects string, int given.
* Parameter #2 $type of method PhabricatorEdgeEditor::removeEdge() expects string, int given.
* Parameter #1 $edge_type of method PhabricatorCursorPagedPolicyAwareQuery<PhabricatorRepository>::withEdgeLogicPHIDs() expects string, int given.
* Parameter #1 $value of method PhabricatorCustomField::newNumericIndex() expects string, int given.
Test Plan: 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/D26350