Page MenuHomePhorge

D26063.1749403053.diff
No OneTemporary

D26063.1749403053.diff

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<string, bitmask> Map of paths, see above.
+ * @return map<string, string> 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<string, bitmask> Map from paths to status.
+ * @return map<string, string> 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<string, bitmask> Map from paths to status.
+ * @return map<string, string> Map from paths to bitmasks with status.
* @task status
*/
final public function getWorkingCopyStatus() {

File Metadata

Mime Type
text/plain
Expires
Sun, Jun 8, 17:17 (18 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1772425
Default Alt Text
D26063.1749403053.diff (1 KB)

Event Timeline