We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0638212 commit f4c4202Copy full SHA for f4c4202
moodle/Sniffs/Commenting/TodoCommentSniff.php
@@ -55,7 +55,7 @@ class TodoCommentSniff implements Sniff
55
/**
56
* Returns an array of tokens this Sniff wants to listen for.
57
*
58
- * @return array<int|string>
+ * @return int[]|string[]
59
*/
60
public function register(): array {
61
return [T_COMMENT, T_DOC_COMMENT_TAG];
0 commit comments