Add namespace and deprecation alias to RCFeed
commit29bb97dd30483012809c6053f4c512174af11317
authorEbrahim Byagowi <ebrahim@gnu.org>
Fri, 17 May 2024 09:26:33 +0000 (17 12:56 +0330)
committerEbrahim Byagowi <ebrahim@gnu.org>
Fri, 17 May 2024 09:48:07 +0000 (17 13:18 +0330)
treebe1c84dd549f56d411c8d5a7e071646a80efa901
parent86593606ab4f82682e67038f9860f0c936e537bc
Add namespace and deprecation alias to RCFeed

This patch introduces a namespace declaration for the
MediaWiki\RCFeed to RCFeed and establishes a class
alias marked as deprecated since version 1.43.

Bug: T353458
Change-Id: I2e63e05901a75d8cf8a1e9d874dc916c0a5749a4
autoload.php
includes/changes/RecentChange.php
includes/rcfeed/FormattedRCFeed.php
includes/rcfeed/RCFeed.php
tests/phpunit/includes/rcfeed/RCFeedIntegrationTest.php
tests/phpunit/unit/includes/rcfeed/RCFeedTest.php