@@ -30,6 +30,7 @@ discard block |
||
| 30 | 30 | * @since 1.0.0 |
| 31 | 31 | * |
| 32 | 32 | * @param string|TemplateInterface $template Template to use. |
| 33 | + * @return void |
|
| 33 | 34 | */ |
| 34 | 35 | public function setTemplate($template); |
| 35 | 36 | |
@@ -50,6 +51,7 @@ discard block |
||
| 50 | 51 | * @param string $type Type of section to add. |
| 51 | 52 | * @param string $content Content of the section. |
| 52 | 53 | * @throws RuntimeException |
| 54 | + * @return void |
|
| 53 | 55 | */ |
| 54 | 56 | public function addSection($type, $content); |
| 55 | 57 | } |
| 56 | 58 | \ No newline at end of file |