Skip to content

Commit

Permalink
minor #4894 DX: PhpdocToParamTypeFixer - improve typing (keradus)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SpacePossum committed Apr 5, 2020
2 parents b476ebb + 2ff9f7c commit 8867b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixer/FunctionNotation/PhpdocToParamTypeFixer.php
Expand Up @@ -38,7 +38,7 @@ final class PhpdocToParamTypeFixer extends AbstractFixer implements Configuratio
const MINIMUM_PHP_VERSION = 70000;

/**
* @var array
* @var array{int, string}[]
*/
private $blacklistFuncNames = [
[T_STRING, '__clone'],
Expand Down

0 comments on commit 8867b35

Please sign in to comment.