mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-27 16:40:07 +00:00
Move classes into includes/
Change-Id: I9ece489e16d214990191e5077e6271bd95fdb08c
This commit is contained in:
parent
18a00f9ab5
commit
99cd2828eb
|
@ -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>
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
"remoteExtPath": "CodeEditor/modules"
|
||||
},
|
||||
"AutoloadClasses": {
|
||||
"CodeEditorHooks": "CodeEditor.hooks.php"
|
||||
"CodeEditorHooks": "includes/CodeEditorHooks.php"
|
||||
},
|
||||
"manifest_version": 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue