Skip to content

Commit a9b0261

Browse files
committed
refactor: run cs fix
1 parent da47f21 commit a9b0261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/HTTP/Files/UploadedFile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ public function getTempName(): string
303303
public function getExtension(): string
304304
{
305305
$guessExtension = $this->guessExtension();
306+
306307
return $guessExtension !== '' ? $guessExtension : $this->getClientExtension();
307308
}
308309

0 commit comments

Comments
 (0)