Skip to content

Commit 8c6a6ba

Browse files
Fixed typo in PHPDoc
1 parent 9b63bf8 commit 8c6a6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)