summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:04:23 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:04:23 +0300
commit9f4439954cd871c65c0cadf1b4763ec9073dccce (patch)
tree21d00d1e79ab12533a34f2d4ab806679f846e5df
parentfad526407a4e42f5c3a786b1ac9de08b2827f401 (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 9b8a951..6083e2a 100644
--- a/init.php
+++ b/init.php
@@ -1,7 +1,5 @@
<?php
class HighlightJS extends Plugin {
- private $host;
-
function about() {
return array(null,
"Hightlights code blocks in articles using HighlightJS",
@@ -9,7 +7,7 @@ class HighlightJS extends Plugin {
}
function init($host) {
- $this->host = $host;
+
}
function get_css() {