Skip to content

Commit

Permalink
Update NoSuperfluousPhpdocTagsFixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
julienfalque committed Jul 8, 2018
1 parent b74dbd3 commit 403f61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixer/Phpdoc/NoSuperfluousPhpdocTagsFixer.php
Expand Up @@ -256,7 +256,7 @@ private function annotationIsSuperfluous(Annotation $annotation, array $info, ar
* Normalizes types to make them comparable.
*
* Converts given types to lowercase, replaces imports aliases with
* their matching FQCN, and finally sort the result.
* their matching FQCN, and finally sorts the result.
*
* @param array $types The types to normalize
* @param array $symbolShortNames The imports aliases
Expand Down

0 comments on commit 403f61a

Please sign in to comment.