Commits ------- 67d91f0 fixed typo in exception message Discussion ---------- Fixed typo in exception message Fixed a small typo in the exception message which was added in d67fbe9e
@@ -111,7 +111,7 @@ class MimeTypeGuesser implements MimeTypeGuesserInterface
}
if (!$this->guessers) {
- 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.');
foreach ($this->guessers as $guesser) {