From e8c7e3883c0adaca0d2265d66b17cde723078100 Mon Sep 17 00:00:00 2001 From: Alan Huang Date: Fri, 3 Aug 2012 11:47:53 -0700 Subject: [PATCH] Fix a comment (see D3140) --- src/applications/phid/storage/PhabricatorPHID.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. } } }