Passed
Pull Request — master (#6)
by Jason
13:51
created
src/Elements/ElementFeatures.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      */
68 68
     public function getCMSFields()
69 69
     {
70
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
70
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
71 71
             $fields->dataFieldByName('Content')
72 72
                 ->setRows(8);
73 73
             $fields->dataFieldByName('Alternate')->setTitle('Alternate images and text');
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
         } else {
104 104
             $feature = 'features';
105 105
         }
106
-        return DBField::create_field('HTMLText', $this->Features()->count() . ' ' . $feature)->Summary(20);
106
+        return DBField::create_field('HTMLText', $this->Features()->count().' '.$feature)->Summary(20);
107 107
     }
108 108
 
109 109
     /**
Please login to merge, or discard this patch.