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 892e23c commit 32fa181Copy full SHA for 32fa181
src/Fixer/FunctionNotation/PhpdocToParamTypeFixer.php
@@ -38,7 +38,7 @@ final class PhpdocToParamTypeFixer extends AbstractFixer implements Configuratio
38
const MINIMUM_PHP_VERSION = 70000;
39
40
/**
41
- * @var array<int, string>
+ * @var array
42
*/
43
private $blacklistFuncNames = [
44
[T_STRING, '__clone'],
0 commit comments