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 882423c commit 034fe48Copy full SHA for 034fe48
components/mime.rst
@@ -625,7 +625,7 @@ You can register your own MIME type guesser by creating a class that implements
625
public function isGuesserSupported(): bool
626
{
627
// return true when the guesser is supported (might depend on the OS for instance)
628
- return true;
+ return true;
629
}
630
631
public function guessMimeType(string $path): ?string
0 commit comments