Skip to content

Commit

Permalink
Update MimeTypesInterface.php
Browse files Browse the repository at this point in the history
changed the name of the argument from $extension to $mime_type in the method getAllExtensions and changed the description of the method
  • Loading branch information
sik0r committed Feb 7, 2019
1 parent 3af64e9 commit da670fd
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 da670fd

Please sign in to comment.