Passed
Push — master ( eb9c5e...f73080 )
by Jason
02:30
created
src/Elements/ElementTestimonials.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
             }
81 81
             return DBField::create_field(
82 82
                 'HTMLText',
83
-                $ct . $label
83
+                $ct.$label
84 84
             )->Summary(20);
85 85
         }
86 86
     }
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      */
101 101
     public function getType()
102 102
     {
103
-        return _t(__CLASS__ . '.BlockType', 'Testimonials');
103
+        return _t(__CLASS__.'.BlockType', 'Testimonials');
104 104
     }
105 105
 
106 106
     /**
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      */
109 109
     public function getCMSFields()
110 110
     {
111
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
111
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
112 112
             $fields->dataFieldByName('Content')
113 113
                 ->setRows(8);
114 114
 
Please login to merge, or discard this patch.