summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-15 06:50:33 +0300
committerAndrew Dolgov <[email protected]>2021-11-15 06:50:33 +0300
commit5e83f0f69f20dca3fd36e42dae1eead458e2e509 (patch)
tree8e093aad38981459c27f59c11d3a8455ae498f0c
parent367cdf0aafa1a5516634cf96981349b1e4249c14 (diff)
fix phpstan warnings
-rw-r--r--init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.php b/init.php
index ce92234..18807a4 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class GoogleReaderKeys extends Plugin {
- private $host;
function about() {
return array(1.0,
@@ -9,8 +8,6 @@ class GoogleReaderKeys extends Plugin {
}
function init($host) {
- $this->host = $host;
-
$host->add_hook($host::HOOK_HOTKEY_MAP, $this);
}