Completed
Push — master ( 39923b...8c83e8 )
by Davide
02:17
created
src/MarkdownRenderer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,10 +84,10 @@
 block discarded – undo
84 84
      *
85 85
      * throws RuntimeException if $templatePath . $template does not exist
86 86
      *
87
-     * @param $template
87
+     * @param string $template
88 88
      * @param array $data
89 89
      *
90
-     * @return mixed
90
+     * @return string
91 91
      *
92 92
      * @throws \InvalidArgumentException
93 93
      * @throws \RuntimeException
Please login to merge, or discard this patch.