parent
14c82e4a10
commit
21cf62b949
1 changed files with 0 additions and 5 deletions
|
@ -79,11 +79,6 @@ class Typo3Update_Sniffs_Classname_InheritanceSniff extends AbstractClassnameChe
|
|||
}
|
||||
|
||||
foreach ($interfaces as $interface) {
|
||||
// TODO: Migrate
|
||||
if (! $this->isLegacyClassname($interface)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$position = $phpcsFile->findNext(T_STRING, $stackPtr, null, false, $interface);
|
||||
if ($position === false) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue