TASK: Make TypeHintCatchExceptionSniff work again
* Fix wrong class name, to allow features to match. Relates: #72
This commit is contained in:
parent
0c6bb133a1
commit
c91dc8065f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ use Typo3Update\Sniffs\Classname\AbstractClassnameChecker;
|
|||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Reference in a new issue