Skip to content

Commit

Permalink
Rename files to match class
Browse files Browse the repository at this point in the history
Change-Id: I720bbf35a9fe01ea39225c774c8fa12f2be97b57
  • Loading branch information
neoncitylights committed Jun 12, 2018
1 parent 5fd1c4b commit d872cba
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 19 deletions.
1 change: 0 additions & 1 deletion .phpcs.xml
Expand Up @@ -7,7 +7,6 @@
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingReturn" />
<exclude name="MediaWiki.Commenting.FunctionComment.ParamNameNoMatch" />
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
<exclude name="MediaWiki.Usage.AssignmentInReturn.AssignmentInReturn" />
<exclude name="MediaWiki.Usage.ExtendClassUsage.FunctionVarUsage" />
<exclude name="MediaWiki.VariableAnalysis.UnusedGlobalVariables.UnusedGlobal$wgCommentsInRecentChanges" />
Expand Down
File renamed without changes.
File renamed without changes.
36 changes: 18 additions & 18 deletions extension.json
Expand Up @@ -55,26 +55,26 @@
]
},
"ExtensionMessagesFiles": {
"CommentsAliases": "includes/Comments.alias.php",
"CommentsMagic": "includes/Comments.i18n.magic.php",
"NumberOfCommentsMagic": "includes/Comments.i18n.magic.php"
"CommentsAliases": "Comments.i18n.alias.php",
"CommentsMagic": "Comments.i18n.magic.php",
"NumberOfCommentsMagic": "Comments.i18n.magic.php"
},
"AutoloadClasses": {
"Comment": "includes/Comment.class.php",
"CommentsPage": "includes/CommentsPage.class.php",
"CommentsOfTheDay": "includes/parser/CommentsOfTheDay.class.php",
"NumberOfComments": "includes/parser/NumberOfComments.class.php",
"DisplayComments": "includes/parser/DisplayComments.class.php",
"CommentFunctions": "/includes/CommentFunctions.class.php",
"CommentIgnoreList": "includes/specials/SpecialCommentIgnoreList.php",
"CommentsLogFormatter": "includes/CommentsLogFormatter.class.php",
"CommentsHooks": "includes/Comments.hooks.php",
"CommentBlockAPI": "includes/api/CommentBlock.api.php",
"CommentDeleteAPI": "includes/api/CommentDelete.api.php",
"CommentLatestIdAPI": "includes/api/CommentLatestID.api.php",
"CommentListAPI": "includes/api/CommentList.api.php",
"CommentSubmitAPI": "includes/api/CommentSubmit.api.php",
"CommentVoteAPI": "includes/api/CommentVote.api.php"
"Comment": "includes/Comment.php",
"CommentsPage": "includes/CommentsPage.php",
"CommentsOfTheDay": "includes/parser/CommentsOfTheDay.php",
"NumberOfComments": "includes/parser/NumberOfComments.php",
"DisplayComments": "includes/parser/DisplayComments.php",
"CommentFunctions": "/includes/CommentFunctions.php",
"CommentIgnoreList": "includes/specials/CommentIgnoreList.php",
"CommentsLogFormatter": "includes/CommentsLogFormatter.php",
"CommentsHooks": "includes/CommentsHooks.php",
"CommentBlockAPI": "includes/api/CommentBlockAPI.php",
"CommentDeleteAPI": "includes/api/CommentDeleteAPI.php",
"CommentLatestIdAPI": "includes/api/CommentLatestIdAPI.php",
"CommentListAPI": "includes/api/CommentListAPI.php",
"CommentSubmitAPI": "includes/api/CommentSubmitAPI.php",
"CommentVoteAPI": "includes/api/CommentVoteAPI.php"
},
"ResourceModules": {
"ext.comments.css": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d872cba

Please sign in to comment.