BUGFIX: Fix missing word in phpdocs of sniff classes
This commit is contained in:
parent
45d7de293c
commit
9364b8d61e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Detect and instanceof checks of old legacy classnames.
|
* Detect and migrate instanceof checks of old legacy classnames.
|
||||||
*/
|
*/
|
||||||
class Typo3Update_Sniffs_LegacyClassnames_InstanceofSniff implements PHP_CodeSniffer_Sniff
|
class Typo3Update_Sniffs_LegacyClassnames_InstanceofSniff implements PHP_CodeSniffer_Sniff
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue