Completed
Branch master (b9fc31)
by Timo
05:19
created
Classes/System/TCA/TCAService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      */
49 49
     public function __construct($TCA = null)
50 50
     {
51
-        $this->tca = (array) (is_null($TCA) ? $GLOBALS['TCA'] : $TCA);
51
+        $this->tca = (array)(is_null($TCA) ? $GLOBALS['TCA'] : $TCA);
52 52
     }
53 53
 
54 54
     /**
Please login to merge, or discard this patch.