mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:15:55 +00:00
plugin cleanup re: phpstan 1.0 warnings
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
class Shorten_Expanded extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(null,
|
||||
@@ -9,7 +8,7 @@ class Shorten_Expanded extends Plugin {
|
||||
}
|
||||
|
||||
function init($host) {
|
||||
$this->host = $host;
|
||||
|
||||
}
|
||||
|
||||
function get_css() {
|
||||
|
||||
Reference in New Issue
Block a user