diff options
Diffstat (limited to 'app/Formatter/FormatterInterface.php')
-rw-r--r-- | app/Formatter/FormatterInterface.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/Formatter/FormatterInterface.php b/app/Formatter/FormatterInterface.php deleted file mode 100644 index 0bb61292..00000000 --- a/app/Formatter/FormatterInterface.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -namespace Kanboard\Formatter; - -/** - * Formatter Interface - * - * @package formatter - * @author Frederic Guillot - */ -interface FormatterInterface -{ - public function format(); -} |