BUGFIX: Fix missing word in phpdocs of sniff classes

This commit is contained in:
Daniel Hürtgen 2017-03-16 16:45:56 +01:00 committed by GitHub
parent 45d7de293c
commit 9364b8d61e

View file

@ -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
{