Completed
Push — master ( df4f09...3429b3 )
by Nic
11s
created
src/Elements/ElementTestimonials.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      */
74 74
     public function getType()
75 75
     {
76
-        return _t(__CLASS__ . '.BlockType', 'Testimonials');
76
+        return _t(__CLASS__.'.BlockType', 'Testimonials');
77 77
     }
78 78
 
79 79
     /**
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      */
82 82
     public function getCMSFields()
83 83
     {
84
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
84
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
85 85
             $fields->dataFieldByName('Content')
86 86
                 ->setRows(8);
87 87
 
Please login to merge, or discard this patch.