Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eccc535

Browse filesBrowse 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
Copy full SHA for eccc535

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/File/File.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.