1
0
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:
logmanoriginal
2016-09-10 20:41:11 +02:00
parent 32ce2b6541
commit 62eec43980
19 changed files with 1365 additions and 1250 deletions

View File

@ -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();
}