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

Change subject: build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
......................................................................


build: Updating mediawiki/mediawiki-codesniffer to 14.1.0

And moved phpcs.xml to .phpcs.xml (T177256).

Change-Id: Ic7fc966f748d5ae1fb7ad4593cc6ebfec987b56c
---
R .phpcs.xml
M composer.json
M includes/EventLogging.php
3 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/phpcs.xml b/.phpcs.xml
similarity index 100%
rename from phpcs.xml
rename to .phpcs.xml
diff --git a/composer.json b/composer.json
index d980e06..8976ec9 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
        "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
-               "mediawiki/mediawiki-codesniffer": "13.0.0",
+               "mediawiki/mediawiki-codesniffer": "14.1.0",
                "jakub-onderka/php-console-highlighter": "0.3.2"
        },
        "scripts": {
diff --git a/includes/EventLogging.php b/includes/EventLogging.php
index 522dd86..8d7dc20 100644
--- a/includes/EventLogging.php
+++ b/includes/EventLogging.php
@@ -82,7 +82,7 @@
         *
         * @param array $encapsulatedEvent Encapsulated event
         * @return string $json
-       **/
+        */
        static function serializeEvent( $encapsulatedEvent ) {
                $event = $encapsulatedEvent['event'];
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic7fc966f748d5ae1fb7ad4593cc6ebfec987b56c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EventLogging
Gerrit-Branch: master
Gerrit-Owner: Libraryupgrader <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to