summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded
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/shorten_expanded
parent9e8d69739f21e5ac85977d57a2a6c961e318c26e (diff)
plugin cleanup re: phpstan 1.0 warnings
Diffstat (limited to 'plugins/shorten_expanded')
-rw-r--r--plugins/shorten_expanded/init.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/shorten_expanded/init.php b/plugins/shorten_expanded/init.php
index c097f1a0d..26208734e 100644
--- a/plugins/shorten_expanded/init.php
+++ b/plugins/shorten_expanded/init.php
@@ -1,6 +1,5 @@
<?php
class Shorten_Expanded extends Plugin {
- private $host;
function about() {
return array(null,
@@ -9,7 +8,7 @@ class Shorten_Expanded extends Plugin {
}
function init($host) {
- $this->host = $host;
+
}
function get_css() {