diff options
author | 2016-09-10 20:41:11 +0200 | |
---|---|---|
committer | 2016-09-10 20:41:11 +0200 | |
commit | 62eec43980a3b85134606383996b81084d8fa32c (patch) | |
tree | e3d816bcc9d60794600322702df906044cf6ac5d /lib/FormatInterface.php | |
parent | 32ce2b65411d0cb02a0116bf05fef234e52e7c8f (diff) | |
download | rss-bridge-62eec43980a3b85134606383996b81084d8fa32c.tar.gz rss-bridge-62eec43980a3b85134606383996b81084d8fa32c.tar.zst rss-bridge-62eec43980a3b85134606383996b81084d8fa32c.zip |
[core] Apply common indentation
All files are now using tabs for indentation
Diffstat (limited to 'lib/FormatInterface.php')
-rw-r--r-- | lib/FormatInterface.php | 6 |
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); } |