@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use BrightNucleus\ChainMail\MailInterface; |
| 17 | 17 | use BrightNucleus\ChainMail\Support\ConfigInterface; |
| 18 | 18 | use BrightNucleus\ChainMail\TemplateInterface; |
| 19 | -use BrightNucleus\ChainMail\SectionInterface; |
|
| 20 | 19 | |
| 21 | 20 | /** |
| 22 | 21 | * Abstract Class AbstractMail |
@@ -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 |