@@ -132,7 +132,7 @@ discard block |
||
| 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 |
||
| 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 | /** |