From 218be4717aca3b88ed4afda5642733257da0d044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Wed, 11 Nov 2020 19:47:26 -0700 Subject: [PATCH] fix code style error --- src/UploadedFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UploadedFile.php b/src/UploadedFile.php index 0ddfed3..568e342 100644 --- a/src/UploadedFile.php +++ b/src/UploadedFile.php @@ -208,7 +208,7 @@ public function getSize(): ?int { return $this->size; } - + /** * Returns the client-provided full path to the file *