From 034fe48f488798b185b7b813c4fa517a336120d7 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 3 May 2019 12:31:25 +0200 Subject: [PATCH] fix indention --- components/mime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mime.rst b/components/mime.rst index 085145f5abc..59a2ba3220f 100644 --- a/components/mime.rst +++ b/components/mime.rst @@ -625,7 +625,7 @@ You can register your own MIME type guesser by creating a class that implements public function isGuesserSupported(): bool { // return true when the guesser is supported (might depend on the OS for instance) - return true; + return true; } public function guessMimeType(string $path): ?string