diff --git a/src/applications/phid/storage/PhabricatorPHID.php b/src/applications/phid/storage/PhabricatorPHID.php index 0db3079666..45d6faf177 100644 --- a/src/applications/phid/storage/PhabricatorPHID.php +++ b/src/applications/phid/storage/PhabricatorPHID.php @@ -56,7 +56,7 @@ final class PhabricatorPHID { $repository->getID(), $match[2]); } catch (AphrontQueryCountException $ex) { - // Ambiguous, no jump. + // Ambiguous; return nothing. } } }