summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:04:30 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:04:30 +0300
commitbc138a65c1db6573592ac5be144852ebfb398b83 (patch)
treed8071cce7f7a7d5e982c61f854aee753cc8cc1fc
parenta39c189201f6eb18d8df5094b91e6cc0885c6b3b (diff)
phpstan 1.0 cleanup
-rwxr-xr-xinit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.php b/init.php
index c72a63e..4fd3a46 100755
--- a/init.php
+++ b/init.php
@@ -1,7 +1,5 @@
<?php
class HL_Legacy extends Plugin {
- private $host;
-
function about() {
return array(1.0,
"Revert back to legacy headline click behavior",
@@ -9,7 +7,7 @@ class HL_Legacy extends Plugin {
}
function init($host) {
- $this->host = $host;
+
}
function get_js() {