mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 22:41:28 +00:00
plugin cleanup re: phpstan 1.0 warnings
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
class Hotkeys_Force_Top extends Plugin {
|
||||
private $host;
|
||||
|
||||
function about() {
|
||||
return array(null,
|
||||
"Force open article to the top",
|
||||
@@ -9,7 +7,6 @@ class Hotkeys_Force_Top extends Plugin {
|
||||
}
|
||||
|
||||
function init($host) {
|
||||
$this->host = $host;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user