mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-12 09:31:36 +02:00
[core] Apply common indentation
All files are now using tabs for indentation
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user