wiki.techinc.nl/includes/Feed
Amir Sarabadani a778d3fea7 Inline once-called short private methods to its caller, part 1
This makes the code easier to read to avoid jumps and improves
encapsulation by not allowing the rest of the class having access to the
logic. Of course, if needed then some code can be refactored out again
but for now let's not do YAGNI.

Change-Id: Ic37524e386fc04fd67e33768417ff8425f85b0ca
2023-12-18 23:43:32 +00:00
..
AtomFeed.php Inline once-called short private methods to its caller, part 1 2023-12-18 23:43:32 +00:00
ChannelFeed.php Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
FeedItem.php Remove meaningless /** #@- */ comments 2023-10-15 12:30:28 +02:00
FeedUtils.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
RSSFeed.php Follow-up f8bf368: Add in-code comment on aliases for when they were added 2023-08-25 20:55:03 +00:00