From 42e04617bcca3c5656ec1c64a68a72d9b116916f Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 13 Apr 2017 16:14:56 +0200 Subject: [PATCH] BUGFIX: CGL issue * Follow CGL and fix issue. --- src/Standards/Typo3Update/Sniffs/Removed/TypoScriptSniff.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Standards/Typo3Update/Sniffs/Removed/TypoScriptSniff.php b/src/Standards/Typo3Update/Sniffs/Removed/TypoScriptSniff.php index 663ed95..cbf034a 100644 --- a/src/Standards/Typo3Update/Sniffs/Removed/TypoScriptSniff.php +++ b/src/Standards/Typo3Update/Sniffs/Removed/TypoScriptSniff.php @@ -43,7 +43,6 @@ class Typo3Update_Sniffs_Removed_TypoScriptSniff extends AbstractGenericUsage foreach ($typo3Versions as $typo3Version => $removals) { foreach ($removals as $removed => $config) { - $config['type'] = TokenInterface::TYPE_OBJECT_IDENTIFIER; // If starting with new, it's a constructor, meaning content object or other Object. if (strtolower(substr($removed, 0, 4)) === 'new ') {