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 $ids List of task IDs to try to awaken. + * @param array $ids List of task IDs to try to awaken. * @return void */ final public static function awakenTaskIDs(array $ids) {