summaryrefslogtreecommitdiff
path: root/plugins/hotkeys_force_top
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 20:58:40 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 20:58:40 +0300
commit87a30d88d36941ad817f0d1409e2ededbe576af6 (patch)
tree0bd599c73c4bb16fab6d58b24332ac5497503e35 /plugins/hotkeys_force_top
parent9e8d69739f21e5ac85977d57a2a6c961e318c26e (diff)
plugin cleanup re: phpstan 1.0 warnings
Diffstat (limited to 'plugins/hotkeys_force_top')
-rw-r--r--plugins/hotkeys_force_top/init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/hotkeys_force_top/init.php b/plugins/hotkeys_force_top/init.php
index 9c17307bd..3b0844fa7 100644
--- a/plugins/hotkeys_force_top/init.php
+++ b/plugins/hotkeys_force_top/init.php
@@ -1,7 +1,5 @@
<?php
class Hotkeys_Force_Top extends Plugin {
- private $host;
-
function about() {
return array(null,
"Force open article to the top",
@@ -9,7 +7,6 @@ class Hotkeys_Force_Top extends Plugin {
}
function init($host) {
- $this->host = $host;
}