Error when opening Feeds tab of preferences

If I open preferences and then the Feeds tab I see this error get logged into the system log. Running latest git code, PHP 7.3.8 running in NGINX Unit. Anyone else see that or is it my fault in some way?

E_WARNING (2) classes/pref/feeds.php:315 count(): Parameter must be an array or an object that implements Countable1. classes/pref/feeds.php(315): ttrss_error_handler(2, count(): Parameter must be an array or an object that implements Countable, classes/pref/feeds.php, 315, Array)
2. classes/pref/feeds.php(115): makefeedtree()
3. backend.php(123): getfeedtree()

IP: 127.0.0.1
Request URI: /backend.php?op=pref-feeds&method=getfeedtree
User agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Firefox/68.0

looks like they are making php more strict with arbitrary garbage passed to built-in functions, which is a good thing because this was a bug and this warning made me find it - https://git.tt-rss.org/fox/tt-rss/commit/12a542977e3826dda37594fa01879d1bdad5a4f8

Thanks! Confirmed fixed :slight_smile: