BUGFIX: CGL issue
* Follow CGL and fix issue.
This commit is contained in:
parent
498e00c6f0
commit
42e04617bc
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ class Typo3Update_Sniffs_Removed_TypoScriptSniff extends AbstractGenericUsage
|
||||||
|
|
||||||
foreach ($typo3Versions as $typo3Version => $removals) {
|
foreach ($typo3Versions as $typo3Version => $removals) {
|
||||||
foreach ($removals as $removed => $config) {
|
foreach ($removals as $removed => $config) {
|
||||||
|
|
||||||
$config['type'] = TokenInterface::TYPE_OBJECT_IDENTIFIER;
|
$config['type'] = TokenInterface::TYPE_OBJECT_IDENTIFIER;
|
||||||
// If starting with new, it's a constructor, meaning content object or other Object.
|
// If starting with new, it's a constructor, meaning content object or other Object.
|
||||||
if (strtolower(substr($removed, 0, 4)) === 'new ') {
|
if (strtolower(substr($removed, 0, 4)) === 'new ') {
|
||||||
|
|
Loading…
Reference in a new issue