Completed
Push — fix/deprecatedfunctions ( 142c63 )
by
unknown
06:06
created
Classes/Utility/IconUtility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      */
46 46
     public static function getIconForRecord($table, array $row)
47 47
     {
48
-        if (version_compare(TYPO3_version,'7.0','<')) {
48
+        if (version_compare(TYPO3_version, '7.0', '<')) {
49 49
             return \TYPO3\CMS\Backend\Utility\IconUtility::getSpriteIconForRecord($table, $row);
50 50
         } else {
51 51
             $iconFactory = GeneralUtility::makeInstance(\TYPO3\CMS\Core\Imaging\IconFactory::class);
Please login to merge, or discard this patch.