summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-15 06:47:50 +0300
committerAndrew Dolgov <[email protected]>2021-11-15 06:47:50 +0300
commitb4c14eae24002c22d8e46dda3e7545724f7c6401 (patch)
tree6af188e1a7860b1209351c0b10b37f742f65fcc5
parent04e54b161d97447f7c13b4ede80b65c93b05cc8a (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 092334e..bf107bc 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Af_Img_PlaceHolders extends Plugin {
- private $host;
function about() {
return array(null,
@@ -9,7 +8,7 @@ class Af_Img_PlaceHolders extends Plugin {
}
function init($host) {
- $this->host = $host;
+ //
}
function get_js() {