Completed
Push — master ( 8f230f...4a4b16 )
by Colin
02:59
created
src/Block/Renderer/ListItemRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param ElementRendererInterface $htmlRenderer
27 27
      * @param bool                     $inTightList
28 28
      *
29
-     * @return string
29
+     * @return HtmlElement
30 30
      */
31 31
     public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, $inTightList = false)
32 32
     {
Please login to merge, or discard this patch.
src/HtmlRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
     /**
40 40
      * @param string $option
41
-     * @param mixed  $default
41
+     * @param string  $default
42 42
      *
43 43
      * @return mixed
44 44
      */
Please login to merge, or discard this patch.