Page MenuHomePhorge

D26066.1749428235.diff
No OneTemporary

D26066.1749428235.diff

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

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)

Event Timeline