Skip to content

Commit 8867b35

Browse files
committed
minor #4894 DX: PhpdocToParamTypeFixer - improve typing (keradus)
This PR was merged into the 2.16 branch. Discussion ---------- DX: PhpdocToParamTypeFixer - improve typing type before #4850 was not proper, but if we can say more than `array`, let's do so Commits ------- 2ff9f7c DX: PhpdocToParamTypeFixer - improve typing
2 parents b476ebb + 2ff9f7c commit 8867b35

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
41+
* @var array{int, string}[]
4242
*/
4343
private $blacklistFuncNames = [
4444
[T_STRING, '__clone'],

0 commit comments

Comments
 (0)