diff --git a/src/MimeTypesInterface.php b/src/MimeTypesInterface.php index b6d54e0..fd1e37b 100644 --- a/src/MimeTypesInterface.php +++ b/src/MimeTypesInterface.php @@ -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. */