Completed
Pull Request — master (#62)
by Jason
03:21
created
code/blocks/EmbedBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * @return \SilverStripe\Forms\FieldList
34 34
      */
35
-    public function getCMSFields(){
35
+    public function getCMSFields() {
36 36
         $fields = parent::getCMSFields();
37 37
 
38 38
         $fields->removeByName([
Please login to merge, or discard this patch.
code/blocks/CallToActionBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function getCMSFields()
36 36
     {
37
-        $this->beforeUpdateCMSFields(function ($fields) {
37
+        $this->beforeUpdateCMSFields(function($fields) {
38 38
 
39 39
             /* // todo readd once Linkable is SS4 compatible
40 40
             $fields->addFieldToTab(
Please login to merge, or discard this patch.
code/objects/PageSectionObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      */
75 75
     public function getCMSFields()
76 76
     {
77
-        $this->beforeUpdateCMSFields(function ($fields) {
77
+        $this->beforeUpdateCMSFields(function($fields) {
78 78
 
79 79
             /*
80 80
             $fields->addFieldToTab(
Please login to merge, or discard this patch.
code/objects/PromoObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function getCMSFields()
36 36
     {
37
-        $this->beforeUpdateCMSFields(function ($fields) {
37
+        $this->beforeUpdateCMSFields(function($fields) {
38 38
 
39 39
             /* // todo readd once Linkable is SS4 compatible
40 40
             $fields->addFieldToTab(
Please login to merge, or discard this patch.