We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c5bf1 commit 67d91f0Copy full SHA for 67d91f0
src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php
@@ -111,7 +111,7 @@ public function guess($path)
111
}
112
113
if (!$this->guessers) {
114
- throw new \LogicException('Unable to guess the mime type as no guesser are available.');
+ throw new \LogicException('Unable to guess the mime type as no guessers are available.');
115
116
117
foreach ($this->guessers as $guesser) {
0 commit comments