summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-15 06:50:13 +0300
committerAndrew Dolgov <[email protected]>2021-11-15 06:50:13 +0300
commit147b24fb366483218cef4303d37016e235665b83 (patch)
treeed9e8bf523f0937349d29c835b32e26eb0a3687c
parentfa42b26cb19724a2067c925f4ee2d11edad2ea88 (diff)
fix phpstan warnings
-rw-r--r--init.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.php b/init.php
index 89d51eb..e20c4c2 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Af_Zz_NoPreload extends Plugin {
- private $host;
function about() {
return array(null,
@@ -9,7 +8,7 @@ class Af_Zz_NoPreload extends Plugin {
}
function init($host) {
- $this->host = $host;
+ //
}
function get_js() {