Passed
Push — master ( 6b8c25...d2c091 )
by BENOIT
14:02 queued 11:19
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.