mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 21:45:56 +00:00
set better matching type hint on virtual feed object
This commit is contained in:
@@ -273,6 +273,8 @@ class Counters {
|
||||
|
||||
if (is_array($feeds)) {
|
||||
foreach ($feeds as $feed) {
|
||||
/** @var IVirtualFeed $feed['sender'] */
|
||||
|
||||
if (!implements_interface($feed['sender'], 'IVirtualFeed'))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user