Skip to content

Commit 034fe48

Browse files
committed
fix indention
1 parent 882423c commit 034fe48

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)