set better matching type hint on virtual feed object
This commit is contained in:
parent
676c5787e7
commit
2493c9cddd
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue