@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.

phpstan: add `@extends` to `PhabricatorPeopleQuery`

Summary: Similar to D26038, add an `@extends` doc comment to @{class:PhabricatorPeopleQuery}

Test Plan: Look at the inferred return types.

Reviewers: O1 Blessed Committers, aklapper

Reviewed By: O1 Blessed Committers, aklapper

Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

amy bones 41ce0658 9af94b30

+3
+3
src/applications/people/query/PhabricatorPeopleQuery.php
··· 1 1 <?php 2 2 3 + /** 4 + * @extends PhabricatorCursorPagedPolicyAwareQuery<PhabricatorUser> 5 + */ 3 6 final class PhabricatorPeopleQuery 4 7 extends PhabricatorCursorPagedPolicyAwareQuery { 5 8