1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00

Fix a comment (see D3140)

This commit is contained in:
Alan Huang 2012-08-03 11:47:53 -07:00
parent 358baf1b3a
commit e8c7e3883c

View file

@ -56,7 +56,7 @@ final class PhabricatorPHID {
$repository->getID(),
$match[2]);
} catch (AphrontQueryCountException $ex) {
// Ambiguous, no jump.
// Ambiguous; return nothing.
}
}
}