mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-10 18:44:04 +02:00
refactor: general code base refactor (#2950)
* refactor * fix: bug in previous refactor * chore: exclude phpcompat sniff due to bug in phpcompat * fix: do not leak absolute paths * refactor/fix: batch extensions checking, fix DOS issue
This commit is contained in:
@@ -55,7 +55,7 @@ interface CacheInterface
|
||||
/**
|
||||
* Returns the timestamp for the curent cache data
|
||||
*
|
||||
* @return int Timestamp or null
|
||||
* @return ?int Timestamp
|
||||
*/
|
||||
public function getTime();
|
||||
|
||||
|
Reference in New Issue
Block a user