Passed
Push — master ( a263b7...6f8328 )
by Alain
02:24
created
src/MailInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.