From 6a0e70d7163c040ddd0bdf8ca5c11c27167d9b77 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 8 Apr 2025 18:06:03 +0200 Subject: [PATCH] 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 --- src/aphront/site/AphrontRoutingResult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aphront/site/AphrontRoutingResult.php b/src/aphront/site/AphrontRoutingResult.php index a6a5da767e..9865e819af 100644 --- a/src/aphront/site/AphrontRoutingResult.php +++ b/src/aphront/site/AphrontRoutingResult.php @@ -3,7 +3,7 @@ /** * Details about a routing map match for a path. * - * @param info Result Information + * @task info Result Information */ final class AphrontRoutingResult extends Phobject {