summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:03:44 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:03:44 +0300
commite883a267c26b4aa7568ffbaf49ccbb9532586b5d (patch)
treeef7f6a40a2fdb862aeb6f9e9f7006f2e6936b83b
parent21b3595c8fc71aaa869fe0e50c910e54851e39e7 (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 9183799..7b5180c 100644
--- a/init.php
+++ b/init.php
@@ -1,7 +1,5 @@
<?php
class Af_Zz_Pause_Bg extends Plugin {
- private $host;
-
function about() {
return array(1.0,
"Pause HTML5 videos when in background",
@@ -9,7 +7,7 @@ class Af_Zz_Pause_Bg extends Plugin {
}
function init($host) {
- $this->host = $host;
+
}
function get_js() {