Page MenuHomePhorge

D26075.1750049274.diff
No OneTemporary

D26075.1750049274.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
@@ -240,7 +240,7 @@
* the left and right halves of the displayed diff to be correctly mapped to
* storage changesets.
*
- * @param id $id The Differential Changeset ID that comments added to the
+ * @param int $id The Differential Changeset ID that comments added to the
* right side of the visible diff should be attached to.
* @param bool $is_new If true, attach new comments to the right side of the
* storage changeset. Note that this may be false, if the left
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
@@ -287,7 +287,7 @@
* This method does not provide any assurances about when these tasks will
* execute, or even guarantee that it will have any effect at all.
*
- * @param list<id> $ids List of task IDs to try to awaken.
+ * @param array<int> $ids List of task IDs to try to awaken.
* @return void
*/
final public static function awakenTaskIDs(array $ids) {

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 16, 04:47 (10 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1865364
Default Alt Text
D26075.1750049274.diff (1 KB)

Event Timeline