Completed
Push — master ( b13107...84196b )
by Anton
04:37
created
source/Spiral/Files/FileManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -392,7 +392,7 @@
 block discarded – undo
392 392
         $path = str_replace(['//', '\\'], '/', $path);
393 393
 
394 394
         //Potentially open links and ../ type directories?
395
-        return rtrim($path, '/') . ($asDirectory ? '/' : '');
395
+        return rtrim($path, '/').($asDirectory ? '/' : '');
396 396
     }
397 397
 
398 398
     /**
Please login to merge, or discard this patch.