8000 minor #19080 Fixed typo in PHPDoc (ThomasLandauer) · symfony/symfony@eccc535 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit eccc535

Browse files
committed
minor #19080 Fixed typo in PHPDoc (ThomasLandauer)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed typo in PHPDoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes/no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes/no | Fixed tickets | comma-separated list of tickets fixed by the PR, if any | License | MIT | Doc PR | reference to the documentation PR, if any Commits ------- 9e7b347 Fixed typo in PHPDoc
2 parents d810648 + 9e7b347 commit eccc535

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)
0