Completed
Push — master ( 5b2c8a...493502 )
by Jason
8s
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/blocks/CallToActionBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      */
25 25
     public function getCMSFields()
26 26
     {
27
-        $this->beforeUpdateCMSFields(function ($fields) {
27
+        $this->beforeUpdateCMSFields(function($fields) {
28 28
             $fields->addFieldToTab(
29 29
                 'Root.Main',
30 30
                 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
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      */
69 69
     public function getCMSFields()
70 70
     {
71
-        $this->beforeUpdateCMSFields(function ($fields) {
71
+        $this->beforeUpdateCMSFields(function($fields) {
72 72
             $fields->addFieldToTab(
73 73
                 'Root.Main',
74 74
                 LinkField::create('LinkID', 'Link'),
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.