summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:03:13 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:03:13 +0300
commit006376f1f8cd9d4b8fa3a9c4c006fc05dfb15e41 (patch)
tree82fa26706001b0777455668eb0727f3bcdc667e9
parent79bf8a1ac4d04949b594cf9e647ecd1542f82f2d (diff)
phpstan 1.0 cleanup
-rw-r--r--init.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.php b/init.php
index 505f9fc..44405b1 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Af_Zz_NoAutoPlay extends Plugin {
- private $host;
function about() {
return array(null,
@@ -9,7 +8,7 @@ class Af_Zz_NoAutoPlay extends Plugin {
}
function init($host) {
- $this->host = $host;
+ //
}
function get_js() {
@@ -20,4 +19,4 @@ class Af_Zz_NoAutoPlay extends Plugin {
return 2;
}
-} \ No newline at end of file
+}