Skip to content

Commit

Permalink
Merge pull request #18 from sik0r/develop
Browse files Browse the repository at this point in the history
Update MimeTypesInterface.php
  • Loading branch information
ralouphie committed Mar 8, 2019
2 parents 3af64e9 + da670fd commit 4385a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MimeTypesInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getAllMimeTypes($extension);
/**
* Get all file extensions (without the dots) that match the given MIME type.
*
* @param string $extension The file extension to check.
* @param string $mime_type The MIME type to check.
*
* @return array An array of file extensions that match the given MIME type; can be empty.
*/
Expand Down

0 comments on commit 4385a04

Please sign in to comment.