Completed
Push — master ( f73514...b3b2b5 )
by Lars
17s queued 13s
created
src/voku/helper/HtmlMin.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -462,7 +462,7 @@  discard block
 block discarded – undo
462 462
     }
463 463
 	
464 464
     /**
465
-     * @param bool $setLocalDomain
465
+     * @param bool $localDomain
466 466
      *
467 467
      * @return $this
468 468
      */
@@ -1338,7 +1338,7 @@  discard block
 block discarded – undo
1338 1338
     /**
1339 1339
      * @param \DOMNode $node
1340 1340
      *
1341
-     * @return \DOMNode|null
1341
+     * @return null|\DOMElement
1342 1342
      */
1343 1343
     protected function getNextSiblingOfTypeDOMElement(\DOMNode $node)
1344 1344
     {
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -470,7 +470,7 @@
 block discarded – undo
470 470
     {
471 471
 		if ($localDomain === ''){
472 472
 			$this->localDomain = $_SERVER['SERVER_NAME'];
473
-		}else{
473
+		} else{
474 474
 			$this->localDomain = rtrim(preg_replace('/(https?:)?\/\//', '', $localDomain), '/');
475 475
 		}
476 476
 
Please login to merge, or discard this patch.