From 9db52420e2f3d060525bbc04cac454568c0151fa Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Wed, 13 Nov 2024 17:40:54 -0500 Subject: [PATCH] comments: Include PHPDoc type --- general/development/abc/comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/development/abc/comments.md b/general/development/abc/comments.md index 9225c855a4..59b547de5f 100644 --- a/general/development/abc/comments.md +++ b/general/development/abc/comments.md @@ -42,7 +42,7 @@ This comment just repeats the name of the variable, but doesn't give any more de ```php title="Here is a better example" /** - * @param $component Frankenstyle component name, e.g. 'mod_forum' + * @param string $component Frankenstyle component name, e.g. 'mod_forum' */ ```