mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Fix a comment (see D3140)
This commit is contained in:
parent
358baf1b3a
commit
e8c7e3883c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ final class PhabricatorPHID {
|
||||||
$repository->getID(),
|
$repository->getID(),
|
||||||
$match[2]);
|
$match[2]);
|
||||||
} catch (AphrontQueryCountException $ex) {
|
} catch (AphrontQueryCountException $ex) {
|
||||||
// Ambiguous, no jump.
|
// Ambiguous; return nothing.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue