Skip to content

Commit 67d91f0

Browse files
committed
fixed typo in exception message
1 parent f7c5bf1 commit 67d91f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function guess($path)
111111
}
112112

113113
if (!$this->guessers) {
114-
throw new \LogicException('Unable to guess the mime type as no guesser are available.');
114+
throw new \LogicException('Unable to guess the mime type as no guessers are available.');
115115
}
116116

117117
foreach ($this->guessers as $guesser) {

0 commit comments

Comments
 (0)