Completed
Push — master ( f73514...b3b2b5 )
by Lars
17s queued 13s
created
src/voku/helper/HtmlMin.php 1 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.