summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:05:55 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:05:55 +0300
commitaaf18c94eeded5a32179cc1c8e061efe84fb7b3c (patch)
tree97ef67096bce4042908c800a8c959dc5d8be87a5
parentd3dfdae988568d813bc507a655061499237530df (diff)
phpstan 1.0 cleanup
-rw-r--r--init.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.php b/init.php
index ff8dbe9..50f1d1b 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class No_Title_Counters extends Plugin {
- private $host;
function about() {
return array(null,
@@ -9,7 +8,6 @@ class No_Title_Counters extends Plugin {
}
function init($host) {
- $this->host = $host;
}
@@ -21,4 +19,4 @@ class No_Title_Counters extends Plugin {
return 2;
}
-} \ No newline at end of file
+}