From 651890dfc3adce8b0e82a6496d2863a852ea7883 Mon Sep 17 00:00:00 2001 From: David <96302578+Bongyseek@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:41:05 +0200 Subject: [PATCH] Update FileUpload.php --- src/Http/FileUpload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/FileUpload.php b/src/Http/FileUpload.php index a63fc0ed..c9409082 100644 --- a/src/Http/FileUpload.php +++ b/src/Http/FileUpload.php @@ -127,7 +127,7 @@ public function getContentType(): ?string /** - * Returns the path of the temporary location of the uploaded file. + * Returns the size of the uploaded file in bytes. */ public function getSize(): int {