jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/396602 )

Change subject: Rename file CollapsibleVector.hooks.php to match class
......................................................................


Rename file CollapsibleVector.hooks.php to match class

Change-Id: Ie2a56ffde70ceef3a2b33b2e491d7728ffad92b0
---
M .phpcs.xml
R CollapsibleVectorHooks.php
M extension.json
3 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Kreuz (WMDE): Looks good to me, approved



diff --git a/.phpcs.xml b/.phpcs.xml
index febc0c2..05e9e15 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -6,12 +6,12 @@
                <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.Files.ClassMatchesFilename.WrongCase" 
/>
                <exclude 
name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
+       </rule>
+       <rule ref="MediaWiki.Files.ClassMatchesFilename.WrongCase">
+               <exclude-pattern>*/maintenance/*</exclude-pattern>
        </rule>
        <file>.</file>
        <arg name="extensions" value="php,php5,inc" />
-       <arg name="encoding" value="utf8" />
-       <exclude-pattern>vendor</exclude-pattern>
+       <arg name="encoding" value="UTF-8" />
 </ruleset>
diff --git a/CollapsibleVector.hooks.php b/CollapsibleVectorHooks.php
similarity index 100%
rename from CollapsibleVector.hooks.php
rename to CollapsibleVectorHooks.php
diff --git a/extension.json b/extension.json
index e98a20d..8d24054 100644
--- a/extension.json
+++ b/extension.json
@@ -19,7 +19,7 @@
                ]
        },
        "AutoloadClasses": {
-               "CollapsibleVectorHooks": "CollapsibleVector.hooks.php"
+               "CollapsibleVectorHooks": "CollapsibleVectorHooks.php"
        },
        "ResourceModules": {
                "ext.collapsiblevector.collapsibleNav": {

-- 
To view, visit https://gerrit.wikimedia.org/r/396602
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie2a56ffde70ceef3a2b33b2e491d7728ffad92b0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CollapsibleVector
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Thiemo Kreuz (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to