Move classes into includes/

Change-Id: I9ece489e16d214990191e5077e6271bd95fdb08c
This commit is contained in:
Kunal Mehta 2018-02-09 00:25:20 -08:00
parent 18a00f9ab5
commit 99cd2828eb
3 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@
<ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamComment" />
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
<exclude name="Squiz.Scope.MethodScope.Missing" />
</rule>
<file>.</file>

View file

@ -113,7 +113,7 @@
"remoteExtPath": "CodeEditor/modules"
},
"AutoloadClasses": {
"CodeEditorHooks": "CodeEditor.hooks.php"
"CodeEditorHooks": "includes/CodeEditorHooks.php"
},
"manifest_version": 1
}