Skip to content

Commit

Permalink
minor #3940 DX: fix phpdoc parameter type (malukenho)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.12 branch.

Discussion
----------

DX: fix phpdoc parameter type

Commits
-------

6b4553a Hotfix: phpdoc
  • Loading branch information
SpacePossum committed Jul 30, 2018
2 parents 41f3cba + 6b4553a commit 40c88ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixer/PhpUnit/PhpUnitInternalClassFixer.php
Expand Up @@ -256,7 +256,7 @@ private function splitUpDocBlock($lines, Tokens $tokens, $docBlockIndex)
}

/**
* @param Line []$line
* @param Line[] $line
*
* @return string
*/
Expand Down

0 comments on commit 40c88ad

Please sign in to comment.