1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 04:35:56 +00:00

deal with some warnings in plugins/trgm,readability and base plugin class

This commit is contained in:
Andrew Dolgov
2021-11-13 19:55:30 +03:00
parent 03d0692268
commit 618e96b793
3 changed files with 10 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ use \andreskrey\Readability\Configuration;
class Af_Readability extends Plugin {
/* @var PluginHost $host */
/** @var PluginHost $host */
private $host;
function about() {
@@ -19,6 +19,7 @@ class Af_Readability extends Plugin {
return array("needs_curl" => true);
}
/** @return void */
function save() {
$enable_share_anything = checkbox_to_sql_bool($_POST["enable_share_anything"] ?? "");