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 23d37a5 commit 53963f6Copy full SHA for 53963f6
coder_sniffer/Drupal/Sniffs/Commenting/FunctionCommentSniff.php
@@ -192,7 +192,7 @@ public function process(File $phpcsFile, $stackPtr)
192
/**
193
* Determine if a token is a '@phpstan-' control comment.
194
*
195
- * @param array $token The token to be checked.
+ * @param array<mixed> $token The token to be checked.
196
197
* @return bool True if the token contains a @phpstan comment.
198
*/
0 commit comments