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

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

Test Plan: Look at the inferred return types.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

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

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

amy bones cfa8db0c 4e814b6e

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