Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4868143
D26063.1749403053.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D26063.1749403053.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D26063: PHPDoc: Replace non-existing return type bitmask with string
Attached
Detach File
Event Timeline
Log In to Comment