aboutsummaryrefslogtreecommitdiff
path: root/lib/FormatInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/FormatInterface.php')
-rw-r--r--lib/FormatInterface.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/FormatInterface.php b/lib/FormatInterface.php
index ea0cf233..2fac3fcc 100644
--- a/lib/FormatInterface.php
+++ b/lib/FormatInterface.php
@@ -1,6 +1,6 @@
<?php
interface FormatInterface{
- public function stringify();
- public function display();
- public function setItems(array $bridges);
+ public function stringify();
+ public function display();
+ public function setItems(array $bridges);
}