mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-25 19:01:18 +02:00
[core] Apply common indentation
All files are now using tabs for indentation
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
require_once(__DIR__ . '/CacheInterface.php');
|
||||
abstract class CacheAbstract implements CacheInterface{
|
||||
protected $param;
|
||||
abstract class CacheAbstract implements CacheInterface {
|
||||
protected $param;
|
||||
|
||||
public function prepare(array $param){
|
||||
$this->param = $param;
|
||||
public function prepare(array $param){
|
||||
$this->param = $param;
|
||||
|
||||
return $this;
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user