Umherirrender has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/383647 )
Change subject: Improve some parameter docs
......................................................................
Improve some parameter docs
Change-Id: I0ba5bf4039c57f778d2644a3f01ecd71b7787146
---
M CreditsSource.hooks.php
M phpcs.xml
2 files changed, 2 insertions(+), 6 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CreditsSource
refs/changes/47/383647/1
diff --git a/CreditsSource.hooks.php b/CreditsSource.hooks.php
index 9e21f4a..32de1ec 100644
--- a/CreditsSource.hooks.php
+++ b/CreditsSource.hooks.php
@@ -4,7 +4,7 @@
/**
* LoadExtensionSchemaUpdates hook
*
- * @param $updater DatabaseUpdater
+ * @param DatabaseUpdater $updater
* @return bool
*/
public static function loadExtensionSchemaUpdates( DatabaseUpdater
$updater ) {
diff --git a/phpcs.xml b/phpcs.xml
index b44e9f4..03d925c 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -2,14 +2,10 @@
<ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps" />
- <exclude
name="MediaWiki.Commenting.FunctionComment.MissingParamComment" />
- <exclude
name="MediaWiki.Commenting.FunctionComment.MissingParamName" />
- <exclude
name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
+ <exclude
name="MediaWiki.Commenting.FunctionComment.MissingParamComment" />
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
</rule>
<file>.</file>
<arg name="extensions" value="php,php5,inc" />
<arg name="encoding" value="UTF-8" />
- <exclude-pattern>vendor</exclude-pattern>
- <exclude-pattern>node_modules</exclude-pattern>
</ruleset>
--
To view, visit https://gerrit.wikimedia.org/r/383647
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ba5bf4039c57f778d2644a3f01ecd71b7787146
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CreditsSource
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits