Completed
Push — fix-path ( 90bc60 )
by Arnaud
27:59
created
src/Util.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
      */
138 138
     public static function joinPath(array $strings): string
139 139
     {
140
-        array_walk($strings, function (&$value) {
140
+        array_walk($strings, function(&$value) {
141 141
             $value = str_replace('\\', '/', $value);
142 142
             $value = trim($value, '/');
143 143
         });
Please login to merge, or discard this patch.