Completed
Push — master ( d2636b...e88807 )
by Colin
02:51
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.
src/CursorState.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -62,6 +62,7 @@
 block discarded – undo
62 62
      * @param int      $indent
63 63
      * @param int      $column
64 64
      * @param bool     $partiallyConsumedTab
65
+     * @param string $encoding
65 66
      */
66 67
     public function __construct($line, $length, $currentPosition, $previousPosition, $nextNonSpaceCache, $indent, $column, $partiallyConsumedTab, $encoding)
67 68
     {
Please login to merge, or discard this patch.