From 7fe9e1f418b6db0cf150b8b9d0cfdef1a387a1ff Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 25 Oct 2020 10:58:15 +0100 Subject: [PATCH] remove debugging point --- Uri/UriFactory.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index 7dae96369..61953849d 100644 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -274,10 +274,6 @@ final class UriFactory return $uri; } - if (\stripos($uri, '{?u')) { - $a = 1; - } - $parsed = \preg_replace_callback('(\{[\/#\?%@\.\$][a-zA-Z0-9\-]*\})', function ($match) use ($toMatch) { $match = \substr($match[0], 1, \strlen($match[0]) - 2);