Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F5370631
D26075.1750014957.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
D26075.1750014957.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
@@ -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
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 15, 19:15 (9 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1865364
Default Alt Text
D26075.1750014957.diff (1 KB)
Attached To
Mode
D26075: PHPDoc: Replace non-existing param type id with int
Attached
Detach File
Event Timeline
Log In to Comment