Skip to content

Commit 53963f6

Browse files
committed
Add array value type to fix phpstan
1 parent 23d37a5 commit 53963f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder_sniffer/Drupal/Sniffs/Commenting/FunctionCommentSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function process(File $phpcsFile, $stackPtr)
192192
/**
193193
* Determine if a token is a '@phpstan-' control comment.
194194
*
195-
* @param array $token The token to be checked.
195+
* @param array<mixed> $token The token to be checked.
196196
*
197197
* @return bool True if the token contains a @phpstan comment.
198198
*/

0 commit comments

Comments
 (0)