Passed
Branch master (a4f80b)
by Jason
14:00
created
Category
src/Elements/ElementBlogPost.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      */
72 72
     public function getType()
73 73
     {
74
-        return _t(__CLASS__ . '.BlockType', 'Blog Posts');
74
+        return _t(__CLASS__.'.BlockType', 'Blog Posts');
75 75
     }
76 76
 
77 77
     /**
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      */
80 80
     public function getCMSFields()
81 81
     {
82
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
82
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
83 83
             $fields->dataFieldByName('Content')
84 84
                 ->setRows(8);
85 85
 
Please login to merge, or discard this patch.