mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-17 22:06:59 -04:00
Update dev dependencies (#4993)
Related to https://github.com/FreshRSS/FreshRSS/pull/4991 Required a few changes in code to pass the tests
This commit is contained in:
committed by
GitHub
parent
3fb8ab8eb5
commit
1d9d4e3e3c
@@ -2,5 +2,9 @@
|
||||
|
||||
interface FreshRSS_Searchable {
|
||||
|
||||
/**
|
||||
* @param int|string $id
|
||||
* @return Minz_Model
|
||||
*/
|
||||
public function searchById($id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user