Passed
Push — master ( 391a55...501b52 )
by Alexey
08:40 queued 11s
created
src/Util/FilesUtil.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -276,7 +276,7 @@
 block discarded – undo
276 276
             \DIRECTORY_SEPARATOR,
277 277
             array_filter(
278 278
                 explode('/', (string) $path),
279
-                static function ($part) {
279
+                static function($part) {
280 280
                     return $part !== '.' && $part !== '..';
281 281
                 }
282 282
             )
Please login to merge, or discard this patch.