mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-16 22:51:38 +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 CacheInterface{
|
||||
public function loadData();
|
||||
public function saveData($datas);
|
||||
public function getTime();
|
||||
interface CacheInterface {
|
||||
public function loadData();
|
||||
public function saveData($datas);
|
||||
public function getTime();
|
||||
}
|
||||
|
Reference in New Issue
Block a user