summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:02:36 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:02:36 +0300
commit6d7f15d3aae49b179e4088450608f1d8b91b81fb (patch)
treee78d287581925aaacb456391ee4c5df1b18245f1
parent26eb2154d6917093a0e33e5b785c038b6ae2d01f (diff)
phpstan 1.0 cleanup
-rw-r--r--init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.php b/init.php
index 05d6831..ec2be96 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Af_GoodShowSir extends Plugin {
- private $host;
function about() {
return array(1.0,
@@ -9,8 +8,6 @@ class Af_GoodShowSir extends Plugin {
}
function init($host) {
- $this->host = $host;
-
$host->add_hook($host::HOOK_ARTICLE_FILTER, $this);
}