From 28e813620f0ca81171ed657902e5151d1d678cda Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Mon, 7 Nov 2016 19:58:41 +0100 Subject: [PATCH] [FormatInterface] Add missing public functions This commit adds all missing functions to the interface that are defined and implemented as public functions in FormatAbstract. --- lib/FormatInterface.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/FormatInterface.php b/lib/FormatInterface.php index 2fac3fcc..f99d214f 100644 --- a/lib/FormatInterface.php +++ b/lib/FormatInterface.php @@ -1,6 +1,11 @@