summaryrefslogtreecommitdiff
path: root/classes/counters.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-15 08:19:44 +0300
committerAndrew Dolgov <[email protected]>2021-11-15 08:19:44 +0300
commit2493c9cddd1d1ddff130041f9f2f229341d9545b (patch)
treec20dd14d79a8fdd16380de3f85a8c207cc43d744 /classes/counters.php
parent676c5787e7aba2eac58b897fa20493dfb3b6e218 (diff)
set better matching type hint on virtual feed object
Diffstat (limited to 'classes/counters.php')
-rw-r--r--classes/counters.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/counters.php b/classes/counters.php
index c8bafa5ab..c42e938f8 100644
--- a/classes/counters.php
+++ b/classes/counters.php
@@ -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;