Passed
Push — master ( d0d937...8a04f9 )
by Terry
01:41
created
src/Psr7/Uri.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -439,7 +439,7 @@
 block discarded – undo
439 439
         if ($regex) {
440 440
             return preg_replace_callback(
441 441
                 $regex,
442
-                function ($match) {
442
+                function($match) {
443 443
                     return rawurlencode($match[0]);
444 444
                 },
445 445
                 $value
Please login to merge, or discard this patch.