diff options
Diffstat (limited to 'docs/config-schema.yaml')
-rw-r--r-- | docs/config-schema.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config-schema.yaml b/docs/config-schema.yaml index 879bd1f6e2e5..de1b614a5c96 100644 --- a/docs/config-schema.yaml +++ b/docs/config-schema.yaml @@ -6394,8 +6394,8 @@ config-schema: ``` FeedClasses: default: - rss: RSSFeed - atom: AtomFeed + rss: MediaWiki\Feed\RSSFeed + atom: MediaWiki\Feed\AtomFeed type: object description: |- Available feeds objects. |