Completed
Pull Request — master (#508)
by Pierre
03:56 queued 01:26
created
src/Gaufrette/Util/Path.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     {
101 101
         $encodedUrl = preg_replace_callback(
102 102
             '%[^:/@?&=#]+%usD',
103
-            function ($matches)
103
+            function($matches)
104 104
             {
105 105
                 return urlencode($matches[0]);
106 106
             },
Please login to merge, or discard this patch.