rcfeed: FormattedRCFeed constructor should match parent class
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 2 Feb 2017 20:03:27 +0000 (20:03 +0000)
committerReedy <reedy@wikimedia.org>
Thu, 2 Feb 2017 21:23:36 +0000 (21:23 +0000)
commit7c0b5493012b960d9785c6d6fc080675293b61a8
tree237da6c1a2ffc4b5e83db8019544692b159badb7
parent407155c20b22ecee7ec01ade056659771b3973ae
rcfeed: FormattedRCFeed constructor should match parent class

I intentionally made the constructor parameter optional in the
new RCFeed class from 39a6e3dc4d84, however it was not optional
in the subclass, which the older classes are now based on top
of.

Bug: T156996
Change-Id: I05b9e15920bc39f27c402b023d1463cfbdd2efb8
includes/rcfeed/FormattedRCFeed.php