Skip to content

Commit 2193f3d

Browse files
committed
minor symfony#10460 Typo fix at UploadedFile.php documentation (jbruni)
This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes symfony#10460). Discussion ---------- Typo fix at UploadedFile.php documentation Commits ------- ced3f04 Typo fix at UploadedFile.php documentation
2 parents 5d25c8d + d02e2aa commit 2193f3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/HttpFoundation/File/UploadedFile.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function __construct($path, $originalName, $mimeType = null, $size = null
108108
* Returns the original file name.
109109
*
110110
* It is extracted from the request from which the file has been uploaded.
111-
* Then is should not be considered as a safe value.
111+
* Then it should not be considered as a safe value.
112112
*
113113
* @return string|null The original name
114114
*
@@ -123,7 +123,7 @@ public function getClientOriginalName()
123123
* Returns the original file extension
124124
*
125125
* It is extracted from the original file name that was uploaded.
126-
* Then is should not be considered as a safe value.
126+
* Then it should not be considered as a safe value.
127127
*
128128
* @return string The extension
129129
*/
@@ -181,7 +181,7 @@ public function guessClientExtension()
181181
* Returns the file size.
182182
*
183183
* It is extracted from the request from which the file has been uploaded.
184-
* Then is should not be considered as a safe value.
184+
* Then it should not be considered as a safe value.
185185
*
186186
* @return integer|null The file size
187187
*

0 commit comments

Comments
 (0)