BUGFIX: Fix wrong phpdoc for sniff
This commit is contained in:
parent
38651f315e
commit
58eabf43de
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
use PHP_CodeSniffer_Tokens as Tokens;
|
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
|
class Typo3Update_Sniffs_LegacyClassnames_UseSniff implements PHP_CodeSniffer_Sniff
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue