Skip to content

Commit 9e7b347

Browse files
Fixed typo in PHPDoc
1 parent d810648 commit 9e7b347

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/HttpFoundation/File

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function guessExtension()
6868
* mime_content_type() and the system binary "file" (in this order), depending on
6969
* which of those are available.
7070
*
71-
* @return string|null The guessed mime type (i.e. "application/pdf")
71+
* @return string|null The guessed mime type (e.g. "application/pdf")
7272
*
7373
* @see MimeTypeGuesser
7474
*/

0 commit comments

Comments
 (0)