Completed
Push — master ( 4ff8dd...182498 )
by Colin
8s
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/Delimiter/DelimiterStack.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     }
96 96
 
97 97
     /**
98
-     * @param string|string[] $characters
98
+     * @param string[] $characters
99 99
      *
100 100
      * @return Delimiter|null
101 101
      */
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @param string|string[] $characters
120
+     * @param string[] $characters
121 121
      * @param callable        $callback
122 122
      * @param Delimiter       $stackBottom
123 123
      */
Please login to merge, or discard this patch.