From 9e7b3479dcc0b8f18507ec6cb101c67f4020ad7e Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 16 Jun 2016 20:42:35 +0200 Subject: [PATCH] Fixed typo in PHPDoc --- src/Symfony/Component/HttpFoundation/File/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/File/File.php b/src/Symfony/Component/HttpFoundation/File/File.php index f1b28b4b7d524..4736b45c34839 100644 --- a/src/Symfony/Component/HttpFoundation/File/File.php +++ b/src/Symfony/Component/HttpFoundation/File/File.php @@ -68,7 +68,7 @@ public function guessExtension() * mime_content_type() and the system binary "file" (in this order), depending on * which of those are available. * - * @return string|null The guessed mime type (i.e. "application/pdf") + * @return string|null The guessed mime type (e.g. "application/pdf") * * @see MimeTypeGuesser */