Completed
Push — master ( 98ffbc...f44bfd )
by Jason
05:56
created
code/blocks/VideoBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         $fields = parent::getCMSFields();
28 28
 
29
-        $source = function(){
29
+        $source = function() {
30 30
             return SilverStripeYouTubeVideo::get()->map()->toArray();
31 31
         };
32 32
 
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
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function getCMSFields()
62 62
     {
63
-        $this->beforeUpdateCMSFields(function ($fields) {
63
+        $this->beforeUpdateCMSFields(function($fields) {
64 64
             $fields->addFieldToTab(
65 65
                 'Root.Main',
66 66
                 LinkField::create('LinkID', 'Link'),
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
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function getCMSFields()
62 62
     {
63
-        $this->beforeUpdateCMSFields(function ($fields) {
63
+        $this->beforeUpdateCMSFields(function($fields) {
64 64
             $fields->addFieldToTab(
65 65
                 'Root.Main',
66 66
                 LinkField::create('LinkID', 'Link'),
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
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function getCMSFields()
62 62
     {
63
-        $this->beforeUpdateCMSFields(function ($fields) {
63
+        $this->beforeUpdateCMSFields(function($fields) {
64 64
             $fields->addFieldToTab(
65 65
                 'Root.Main',
66 66
                 LinkField::create('LinkID', 'Link'),
Please login to merge, or discard this patch.