Skip to content

Commit bab6376

Browse files
authored
Merge pull request #1191 from jrchamp/patch-2
comments: Include PHPDoc type
2 parents f16cb45 + 9db5242 commit bab6376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general/development/abc/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This comment just repeats the name of the variable, but doesn't give any more de
4242

4343
```php title="Here is a better example"
4444
/**
45-
* @param $component Frankenstyle component name, e.g. 'mod_forum'
45+
* @param string $component Frankenstyle component name, e.g. 'mod_forum'
4646
*/
4747
```
4848

0 commit comments

Comments
 (0)