Passed
Push — master ( 9b6947...49a0cc )
by Jason
02:46
created
src/Model/BaseElementObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
      */
110 110
     public function getCMSFields()
111 111
     {
112
-        $this->beforeUpdateCMSFields(function ($fields) {
112
+        $this->beforeUpdateCMSFields(function($fields) {
113 113
             /** @var FieldList $fields */
114 114
             $fields->replaceField(
115 115
                 'ElementLinkID',
Please login to merge, or discard this patch.