Passed
Push — master ( d2bd53...9c2aa3 )
by hugh
07:56
created
src/Url.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -471,7 +471,7 @@
 block discarded – undo
471 471
         $pattern = str_replace('\*', '.*', $pattern);
472 472
         $pattern = str_replace('\|', '|', $pattern);
473 473
 
474
-        $pattern = '#^(' . $pattern . ')\z#u';
474
+        $pattern = '#^('.$pattern.')\z#u';
475 475
 
476 476
         return 1 == preg_match($pattern, $this->getHost());
477 477
     }
Please login to merge, or discard this patch.