Completed
Push — spec-0.26 ( a04cab...bc5589 )
by Colin
09:43 queued 07:06
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/DocParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use League\CommonMark\Block\Element\AbstractBlock;
18 18
 use League\CommonMark\Block\Element\Document;
19 19
 use League\CommonMark\Block\Element\InlineContainer;
20
-use League\CommonMark\Block\Element\ListBlock;
21 20
 use League\CommonMark\Block\Element\Paragraph;
22 21
 use League\CommonMark\Node\NodeWalker;
23 22
 
Please login to merge, or discard this patch.