summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:04:08 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:04:08 +0300
commitbd76b6b4e6cc6a378b9f00f3c21da29dde36d078 (patch)
tree62009ae6bbd5273ce4b1cf33a081f41a766d821b
parentb57ff49b65962a52aa87f4daf1d31e2574ebeb84 (diff)
phpstan 1.0 cleanup
-rw-r--r--init.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.php b/init.php
index 11b84d6..8532046 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Favicon_Unread extends Plugin {
- private $host;
function about() {
return array(1.0,
@@ -9,7 +8,6 @@ class Favicon_Unread extends Plugin {
}
function init($host) {
- $this->host = $host;
}
function get_js() {