Completed
Push — master ( 72b93c...30f901 )
by Nicolaas
09:37 queued 09:33
created
src/ElementToc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function getCMSFields()
43 43
     {
44
-        $this->beforeUpdateCMSFields(function (FieldList $fields) {
44
+        $this->beforeUpdateCMSFields(function(FieldList $fields) {
45 45
             /** @var HTMLEditorField $editorField */
46 46
             $fields->removeByName('HTML');
47 47
             $fields->addFieldsToTab(
Please login to merge, or discard this patch.