TASK: Make TypeHintCatchExceptionSniff work again

* Fix wrong class name, to allow features to match.

Relates: #72
This commit is contained in:
Daniel Siepmann 2017-04-25 13:33:56 +02:00
parent 0c6bb133a1
commit c91dc8065f
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -24,7 +24,7 @@ use Typo3Update\Sniffs\Classname\AbstractClassnameChecker;
/** /**
* Migrate Typehints in catch statements. * Migrate Typehints in catch statements.
*/ */
class Typo3Update_Sniffs_Classname_TypehintCatchExceptionSniff extends AbstractClassnameChecker class Typo3Update_Sniffs_Classname_TypeHintCatchExceptionSniff extends AbstractClassnameChecker
{ {
/** /**
* Returns the token types that this sniff is interested in. * Returns the token types that this sniff is interested in.