From 2bbce8ebef8cf4f88392431aabe84a15482dc933 Mon Sep 17 00:00:00 2001 From: Dag Date: Sat, 6 Aug 2022 22:46:28 +0200 Subject: refactor: general code base refactor (#2950) * refactor * fix: bug in previous refactor * chore: exclude phpcompat sniff due to bug in phpcompat * fix: do not leak absolute paths * refactor/fix: batch extensions checking, fix DOS issue --- docs/08_Format_API/02_FormatInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/08_Format_API/02_FormatInterface.md') diff --git a/docs/08_Format_API/02_FormatInterface.md b/docs/08_Format_API/02_FormatInterface.md index 88448c38..f216092c 100644 --- a/docs/08_Format_API/02_FormatInterface.md +++ b/docs/08_Format_API/02_FormatInterface.md @@ -82,7 +82,7 @@ getExtraInfos(): array The `getMimeType` function returns the expected [MIME type](https://en.wikipedia.org/wiki/Media_type#Common_examples) of the format's output. ```PHP -getMimeType(): string +parse_mime_type(): string ``` # Template -- cgit v1.2.3