@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: Correct marker in one class header

Summary:
This is PHPDoc for a class header. Thus there is no `@param` to pass.
Phorge specific `@task info` was meant here. See other examples in classes.

Test Plan: Read and grep the code.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+1 -1
+1 -1
src/aphront/site/AphrontRoutingResult.php
··· 3 3 /** 4 4 * Details about a routing map match for a path. 5 5 * 6 - * @param info Result Information 6 + * @task info Result Information 7 7 */ 8 8 final class AphrontRoutingResult extends Phobject { 9 9