Completed
Push — master ( 1dd31e...35fb2b )
by Tim
13:18
created
Classes/PlainRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param string $content
41 41
      * @param array  $conf
42 42
      *
43
-     * @return array
43
+     * @return string
44 44
      */
45 45
     public function render($content, $conf)
46 46
     {
Please login to merge, or discard this patch.
Classes/Rendering/Header.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * Render the given element
22 22
      *
23
-     * @return array
23
+     * @return string[]
24 24
      */
25 25
     public function renderInternal()
26 26
     {
Please login to merge, or discard this patch.
Classes/Rendering/Image.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * Render the given element
22 22
      *
23
-     * @return array
23
+     * @return string[]
24 24
      */
25 25
     public function renderInternal()
26 26
     {
Please login to merge, or discard this patch.
Classes/Rendering/Menu.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * Render the given element
22 22
      *
23
-     * @return array
23
+     * @return string
24 24
      */
25 25
     public function renderInternal()
26 26
     {
Please login to merge, or discard this patch.
Classes/Rendering/Text.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Render the current content
18 18
      *
19
-     * @return array
19
+     * @return string[]
20 20
      */
21 21
     public function renderInternal()
22 22
     {
Please login to merge, or discard this patch.