Skip to content

Commit 32fa181

Browse files
committed
Fix phpstan
1 parent 892e23c commit 32fa181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fixer/FunctionNotation/PhpdocToParamTypeFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class PhpdocToParamTypeFixer extends AbstractFixer implements Configuratio
3838
const MINIMUM_PHP_VERSION = 70000;
3939

4040
/**
41-
* @var array<int, string>
41+
* @var array
4242
*/
4343
private $blacklistFuncNames = [
4444
[T_STRING, '__clone'],

0 commit comments

Comments
 (0)