mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:25:54 +00:00
speed up plugin updating a bit, fix some phpstan warnings
This commit is contained in:
@@ -363,6 +363,7 @@ class API extends Handler {
|
||||
}
|
||||
|
||||
$this->_wrap(self::STATUS_OK, $articles);
|
||||
// @phpstan-ignore-next-line
|
||||
} else {
|
||||
$this->_wrap(self::STATUS_ERR, array("error" => self::E_INCORRECT_USAGE));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user