mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-25 22:58:41 +02:00
[core] Apply common indentation
All files are now using tabs for indentation
This commit is contained in:
parent
32ce2b6541
commit
62eec43980
19 changed files with 1365 additions and 1250 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue