mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
Remove @staticvar doc annotation
It is unknown to doxygen Change-Id: I60e98eb3a7e74796e877fd70e8b9b67b5e3b60df
This commit is contained in:
parent
9cdee0421a
commit
7cd71f47a7
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ruleset>
|
||||
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
|
||||
<exclude name="MediaWiki.Commenting.FunctionAnnotations.UnrecognizedAnnotation" />
|
||||
</rule>
|
||||
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
|
||||
<file>.</file>
|
||||
<arg name="extensions" value="php,php5,inc"/>
|
||||
<arg name="encoding" value="UTF-8"/>
|
||||
|
|
|
@ -6,7 +6,6 @@ class CodeMirrorHooks {
|
|||
* Checks if CodeMirror for textarea wikitext editor should be loaded on this page or not.
|
||||
*
|
||||
* @param IContextSource $context The current ContextSource object
|
||||
* @staticvar null|boolean $isEnabled Saves, if CodeMirror should be loaded on this page or not
|
||||
* @return bool
|
||||
*/
|
||||
private static function isCodeMirrorOnPage( IContextSource $context ) {
|
||||
|
|
Loading…
Reference in a new issue