Update MimeTypes.php

Typo in exception message on line 140.
This commit is contained in:
jersoe 2020-07-14 09:39:46 +02:00 committed by Fabien Potencier
parent 701161eb40
commit f6b71cfa97
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ final class MimeTypes implements MimeTypesInterface
}
if (!$this->isGuesserSupported()) {
throw new LogicException('Unable to guess the MIME type as no guessers are available (have you enable the php_fileinfo extension?).');
throw new LogicException('Unable to guess the MIME type as no guessers are available (have you enabled the php_fileinfo extension?).');
}
return null;