Passed
Push — master ( 667403...edb374 )
by Anatoly
04:39
created
src/ServerRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -314,7 +314,7 @@
 block discarded – undo
314 314
             return;
315 315
         }
316 316
 
317
-        array_walk_recursive($files, /** @param mixed $file */ static function ($file): void {
317
+        array_walk_recursive($files, /** @param mixed $file */ static function($file): void {
318 318
             if (!($file instanceof UploadedFileInterface)) {
319 319
                 throw new InvalidArgumentException('Invalid uploaded file');
320 320
             }
Please login to merge, or discard this patch.