summaryrefslogtreecommitdiff
path: root/include/sessions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-08 19:42:10 +0300
committerAndrew Dolgov <[email protected]>2021-02-08 19:42:10 +0300
commit7874f6ac5831794fa38725fab8e2e5356b95541c (patch)
tree6fc998c6712ddc711001277a373c498fbcb99e21 /include/sessions.php
parenta341a838b17605d2f8b5d2eb25a5a7ca496272bc (diff)
remove PHPMD.UnusedFormalParameter
Diffstat (limited to 'include/sessions.php')
-rw-r--r--include/sessions.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sessions.php b/include/sessions.php
index 15725c1f9..d7dde782e 100644
--- a/include/sessions.php
+++ b/include/sessions.php
@@ -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());