Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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