Passed
Pull Request — master (#1)
by
unknown
03:35
created
docs/samples/advanced.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     ->overwrite(true) //open overwrite mode.
11 11
 
12 12
     //Custom namer
13
-    ->naming(function (UploadedFile $file) {
13
+    ->naming(function(UploadedFile $file) {
14 14
         return date('Y/md') . '/' . uniqid() . '.' . $file->getClientOriginalExtension();
15 15
     })
16 16
 
Please login to merge, or discard this patch.