@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 `PhabricatorRepositoryQuery`

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

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/D26184

amy bones 9af94b30 7a9be1a3

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