mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
remove PHPMD.UnusedFormalParameter
This commit is contained in:
@@ -80,9 +80,6 @@
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
*/
|
||||
function ttrss_open ($s, $n) {
|
||||
return true;
|
||||
}
|
||||
@@ -141,9 +138,6 @@
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
*/
|
||||
function ttrss_gc ($expire) {
|
||||
Db::pdo()->query("DELETE FROM ttrss_sessions WHERE expire < " . time());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user