Skip to content

Commit e6d2b7b

Browse files
committed
minor #11519 fix indention (OskarStark)
This PR was merged into the master branch. Discussion ---------- fix indention Follow up of #11517 but against `master` branch Commits ------- 034fe48 fix indention
2 parents 3f34d3a + 034fe48 commit e6d2b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ You can register your own MIME type guesser by creating a class that implements
625625
public function isGuesserSupported(): bool
626626
{
627627
// return true when the guesser is supported (might depend on the OS for instance)
628-
return true;
628+
return true;
629629
}
630630

631631
public function guessMimeType(string $path): ?string

0 commit comments

Comments
 (0)