Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4877548
D26066.1749428235.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
D26066.1749428235.diff
View Options
diff --git a/src/applications/differential/parser/DifferentialChangesetParser.php b/src/applications/differential/parser/DifferentialChangesetParser.php
--- a/src/applications/differential/parser/DifferentialChangesetParser.php
+++ b/src/applications/differential/parser/DifferentialChangesetParser.php
@@ -1301,7 +1301,7 @@
*
* @param string $spec Range specification, indicating the range of the diff
* that should be rendered.
- * @return tuple List of <start, end, mask> suitable for passing to
+ * @return array Tuple of <start, end, mask> suitable for passing to
* @{method:render}.
*/
public static function parseRangeSpecification($spec) {
diff --git a/src/infrastructure/daemon/workers/PhabricatorWorker.php b/src/infrastructure/daemon/workers/PhabricatorWorker.php
--- a/src/infrastructure/daemon/workers/PhabricatorWorker.php
+++ b/src/infrastructure/daemon/workers/PhabricatorWorker.php
@@ -248,7 +248,7 @@
/**
* Get tasks queued as followups by @{method:queueTask}.
*
- * @return list<tuple<string, wild, int|null>> Queued task specifications.
+ * @return list<array<string, wild, int|null>> Queued task specifications.
*/
final protected function getQueuedTasks() {
return $this->queuedTasks;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 9, 00:17 (4 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1753774
Default Alt Text
D26066.1749428235.diff (1 KB)
Attached To
Mode
D26066: PHPDoc: Replace non-existing return type tuple with array
Attached
Detach File
Event Timeline
Log In to Comment