Remove use of "successful" in strings
[lhc/web/wiklou.git] / phpcs.xml
index bbf2f46..38c7aaa 100644 (file)
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -1,11 +1,6 @@
 <?xml version="1.0"?>
 <ruleset name="MediaWiki">
        <rule ref="vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
-       <rule ref="Generic.Arrays.DisallowLongArraySyntax" />
-       <rule ref="Generic.Functions.CallTimePassByReference.NotAllowed">
-               <!-- too many false positives, see T127163 -->
-               <severity>0</severity>
-       </rule>
        <rule ref="MediaWiki.NamingConventions.PrefixedGlobalFunctions">
                <properties>
                        <property name="ignoreList" type="array" value="bfNormalizeTitleStrReplace,bfNormalizeTitleStrTr,cdbShowHelp,codepointToUtf8,compare_point,cssfilter,escapeSingleString,findAuxFile,findFiles,getEscapedProfileUrl,getFileCommentFromSourceWiki,getFileUserFromSourceWiki,hexSequenceToUtf8,mccGetHelp,mccShowUsage,mimeTypeMatch,moveToExternal,NothingFunction,NothingFunctionData,resolveStub,resolveStubs,showUsage,splitFilename,utf8ToCodepoint,utf8ToHexSequence" />