Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/367227 )

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

build: Updating mediawiki/mediawiki-codesniffer to 0.10.1

Change-Id: I04fb589546b79b49fcccf4b03310e8efea650a3c
---
M LocalisationUpdate.class.php
M composer.json
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LocalisationUpdate 
refs/changes/27/367227/1

diff --git a/LocalisationUpdate.class.php b/LocalisationUpdate.class.php
index a6c374f..af020db 100644
--- a/LocalisationUpdate.class.php
+++ b/LocalisationUpdate.class.php
@@ -8,7 +8,7 @@
         * Hook: LocalisationCacheRecacheFallback
         */
        public static function onRecacheFallback( LocalisationCache $lc, $code, 
array &$cache ) {
-               $dir = LocalisationUpdate::getDirectory();
+               $dir = self::getDirectory();
                if ( !$dir ) {
                        return true;
                }
@@ -26,7 +26,7 @@
         * Hook: LocalisationCacheRecache
         */
        public static function onRecache( LocalisationCache $lc, $code, array 
&$cache ) {
-               $dir = LocalisationUpdate::getDirectory();
+               $dir = self::getDirectory();
                if ( !$dir ) {
                        return true;
                }
diff --git a/composer.json b/composer.json
index 7bad083..2872205 100644
--- a/composer.json
+++ b/composer.json
@@ -33,7 +33,7 @@
        },
        "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
-               "mediawiki/mediawiki-codesniffer": "0.10.0",
+               "mediawiki/mediawiki-codesniffer": "0.10.1",
                "jakub-onderka/php-console-highlighter": "0.3.2"
        },
        "scripts": {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I04fb589546b79b49fcccf4b03310e8efea650a3c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LocalisationUpdate
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to