X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Frcfeed%2FFormattedRCFeed.php;h=9b5b29e2085a402366998bd440d19ab3ed6b5166;hb=8dde433d09d12f7a8a3fee0062448972b4ab41af;hp=d0b7ae32209eb4d2826114a25c55b7bcec7f30b7;hpb=d1044768f67a27227031dd43d0c8850bc465b413;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/rcfeed/FormattedRCFeed.php b/includes/rcfeed/FormattedRCFeed.php index d0b7ae3220..9b5b29e208 100644 --- a/includes/rcfeed/FormattedRCFeed.php +++ b/includes/rcfeed/FormattedRCFeed.php @@ -61,6 +61,7 @@ abstract class FormattedRCFeed extends RCFeed { // @codeCoverageIgnoreStart // T109544 - If a feed formatter returns null, this will otherwise cause an // error in at least RedisPubSubFeedEngine. Not sure best to handle this. + // @phan-suppress-next-line PhanTypeMismatchReturn return; // @codeCoverageIgnoreEnd }