Completed
Push — master ( d27882...fd8f2b )
by Lars
14s queued 13s
created
src/voku/helper/HtmlMin.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -450,7 +450,6 @@  discard block
 block discarded – undo
450 450
     }
451 451
 
452 452
     /**
453
-     * @param bool $doMakeSameDomainLinksRelative
454 453
      *
455 454
      * @return $this
456 455
      */
@@ -1315,7 +1314,7 @@  discard block
 block discarded – undo
1315 1314
     /**
1316 1315
      * @param \DOMNode $node
1317 1316
      *
1318
-     * @return \DOMNode|null
1317
+     * @return null|\DOMElement
1319 1318
      */
1320 1319
     protected function getNextSiblingOfTypeDOMElement(\DOMNode $node)
1321 1320
     {
Please login to merge, or discard this patch.