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 a8523e6 commit 57f926eCopy full SHA for 57f926e
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