Passed
Push — main ( 74922c...7edd23 )
by ikechukwu
03:01
created
src/Support/ClamavFileUpload.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
      */
24 24
     public static function fileUpload(): bool|FileUploadModel|EloquentCollection
25 25
     {
26
-        if(self::$request->file()) {
26
+        if (self::$request->file()) {
27 27
             self::storeFiles();
28 28
 
29 29
             if (!self::areFilesSafe()) {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
                 return false;
134 134
             }
135 135
 
136
-            $i ++;
136
+            $i++;
137 137
         }
138 138
 
139 139
         FileScanPass::dispatch(self::$scanData);
Please login to merge, or discard this patch.