BUGFIX: Fix wrong phpdoc for sniff

This commit is contained in:
Daniel Siepmann 2017-03-16 15:19:09 +01:00
parent 38651f315e
commit 58eabf43de
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -22,7 +22,7 @@
use PHP_CodeSniffer_Tokens as Tokens;
/**
* Migrate Typehints in function / method definitions.
* Migrate old legacy class names in use statements.
*/
class Typo3Update_Sniffs_LegacyClassnames_UseSniff implements PHP_CodeSniffer_Sniff
{