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 suitable for passing to + * @return array Tuple of 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> Queued task specifications. + * @return list> Queued task specifications. */ final protected function getQueuedTasks() { return $this->queuedTasks;