Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3338267
D25943.1743601917.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
858 B
Referenced Files
None
Subscribers
None
D25943.1743601917.diff
View Options
diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -618,7 +618,7 @@
/**
* Returns the PHID for the user once they've authenticated via Conduit.
*
- * @return phid Authenticated user PHID.
+ * @return string Authenticated user PHID.
* @task conduit
*/
final public function getUserPHID() {
@@ -1877,8 +1877,8 @@
* Get the PHID of the Phabricator repository this working copy corresponds
* to. Returns `null` if no repository can be identified.
*
- * @return phid|null Repository PHID, or null if no repository can be
- * identified.
+ * @return string|null Repository PHID, or null if no repository can be
+ * identified.
*
* @task phabrep
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 13:51 (2 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1267371
Default Alt Text
D25943.1743601917.diff (858 B)
Attached To
Mode
D25943: PHPDoc: Replace non-existing return type phid with string
Attached
Detach File
Event Timeline
Log In to Comment