mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
[core] Fix typos
This commit is contained in:
parent
84bc9d2da6
commit
14c689e7a3
3 changed files with 15 additions and 20 deletions
|
@ -14,7 +14,7 @@ class FileCache implements CacheInterface {
|
|||
public function saveData($datas){
|
||||
$writeStream = file_put_contents($this->getCacheFile(), json_encode($datas, JSON_PRETTY_PRINT));
|
||||
|
||||
if($writeStream === FALSE) {
|
||||
if($writeStream === false) {
|
||||
throw new \Exception("Cannot write the cache... Do you have the right permissions ?");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue