Completed
Push — master ( be955b...156542 )
by Tim
14:59
created
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.
Classes/PlainRenderer.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/Header.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.
Classes/Rendering/Image.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.