@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

PhpDoc: Set @deprecated on deprecated method

Summary: Allow IDEs to identify use of deprecated messages by using standard markup.

Test Plan: None.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26484

+1
+1
src/applications/maniphest/view/ManiphestTaskListView.php
··· 156 156 * Deprecated. 157 157 * @param PhabricatorUser $viewer 158 158 * @param array<ManiphestTask> $tasks 159 + * @deprecated 159 160 */ 160 161 public static function loadTaskHandles( 161 162 PhabricatorUser $viewer,