Completed
Push — master ( ce5686...62815f )
by
unknown
21:34
created
src/Charcoal/Admin/Widget/FormGroup/AttachmentFormGroup.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
      */
133 133
     public function description()
134 134
     {
135
-        return $this->renderTemplate((string)parent::description());
135
+        return $this->renderTemplate((string) parent::description());
136 136
     }
137 137
 
138 138
     /**
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      */
141 141
     public function notes()
142 142
     {
143
-        return $this->renderTemplate((string)parent::notes());
143
+        return $this->renderTemplate((string) parent::notes());
144 144
     }
145 145
 
146 146
     /**
Please login to merge, or discard this patch.