Passed
Push — master ( d2c091...f3cf1d )
by BENOIT
14:32 queued 11:36
created
src/UriCanonicalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      */
76 76
     public static function removeUnwantedChars(UriInterface $uri): UriInterface
77 77
     {
78
-        $removeUnwantedChars = function (?string $string) {
78
+        $removeUnwantedChars = function(?string $string) {
79 79
             if (null === $string) {
80 80
                 return null;
81 81
             }
Please login to merge, or discard this patch.