Completed
Pull Request — master (#2)
by Jason
04:01
created
src/Model/FeatureObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      */
56 56
     public function getCMSFields()
57 57
     {
58
-        $this->beforeUpdateCMSFields(function ($fields) {
58
+        $this->beforeUpdateCMSFields(function($fields) {
59 59
             $fields->removeByName(array(
60 60
                 'ElementFeaturesID',
61 61
                 'Sort',
Please login to merge, or discard this patch.
src/Elements/ElementFeatures.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      */
59 59
     public function getCMSFields()
60 60
     {
61
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
61
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
62 62
             $fields->dataFieldByName('Content')
63 63
                 ->setRows(8);
64 64
             $fields->dataFieldByName('Alternate')->setTitle('Alternate images and text');
Please login to merge, or discard this patch.