Completed
Pull Request — master (#166)
by
unknown
02:33
created
src/Tus/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -648,7 +648,7 @@
 block discarded – undo
648 648
             $file->setMeta($meta['offset'], $meta['size'], $meta['file_path'], $meta['location']);
649 649
         }
650 650
 
651
-        $metaInfo = array_filter($meta, function ($key) {
651
+        $metaInfo = array_filter($meta, function($key) {
652 652
             return false === in_array($key, ['offset', 'size', 'file_path', 'location', 'name'], true);
653 653
         }, ARRAY_FILTER_USE_KEY);
654 654
         $file->setMetaInfo($metaInfo);
Please login to merge, or discard this patch.