8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701161e commit f6b71cfCopy full SHA for f6b71cf
src/Symfony/Component/Mime/MimeTypes.php
@@ -137,7 +137,7 @@ public function guessMimeType(string $path): ?string
137
}
138
139
if (!$this->isGuesserSupported()) {
140
- 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?).');
141
142
143
return null;
0 commit comments