summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-10 21:04:17 +0300
committerAndrew Dolgov <[email protected]>2021-11-10 21:04:17 +0300
commit557421a78b8b269d33b0403c031a698b72a02a89 (patch)
treecd9e1ac10675b648c039151e367b41c37bf35978
parent0226d1a64c72c181c92f6b58806118fac2c377c9 (diff)
phpstan 1.0 cleanup
-rw-r--r--init.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.php b/init.php
index 6b50152..d254c44 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Grid_Masonry extends Plugin {
- private $host;
function about() {
return array(null,
@@ -9,7 +8,7 @@ class Grid_Masonry extends Plugin {
}
function init($host) {
- $this->host = $host;
+
}
function get_js() {