diff --git a/src/repository/api/ArcanistRepositoryAPI.php b/src/repository/api/ArcanistRepositoryAPI.php --- a/src/repository/api/ArcanistRepositoryAPI.php +++ b/src/repository/api/ArcanistRepositoryAPI.php @@ -139,7 +139,7 @@ * A file may be in several states. Not all states are possible with all * version control systems. * - * @return map Map of paths, see above. + * @return map Map of paths to bitmasks with status. * @task status */ final public function getUncommittedStatus() { @@ -227,7 +227,7 @@ * * See @{method:getUncommittedStatus} for a description of the return value. * - * @return map Map from paths to status. + * @return map Map from paths to bitmasks with status. * @task status */ final public function getCommitRangeStatus() { @@ -247,7 +247,7 @@ * * See @{method:getUncommittedStatus} for a description of the return value. * - * @return map Map from paths to status. + * @return map Map from paths to bitmasks with status. * @task status */ final public function getWorkingCopyStatus() {