| @@ -80,7 +80,7 @@ discard block | ||
| 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 | ||
| 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 | ||
| 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 | |