Sn1per has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/189210

Change subject: Fix phpcs-strict
......................................................................

Fix phpcs-strict

Make L1076 multiline to shorten it and
pass the phpcs-strict test

Change-Id: I9a26d8b562cfa33881cbc6fb7447bdd53e4a71c5
---
M resources/Resources.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/10/189210/1

diff --git a/resources/Resources.php b/resources/Resources.php
index 6e8cd99..835e33f 100644
--- a/resources/Resources.php
+++ b/resources/Resources.php
@@ -1073,7 +1073,9 @@
        'mediawiki.action.history.diff' => array(
                'styles' => array(
                        
'resources/src/mediawiki.action/mediawiki.action.history.diff.css',
-                       
'resources/src/mediawiki.action/mediawiki.action.history.diff.print.css' => 
array( 'media' => 'print' ),
+                       
'resources/src/mediawiki.action/mediawiki.action.history.diff.print.css' => 
array(
+                               'media' => 'print'
+                       ),
                ),
                'group' => 'mediawiki.action.history',
                'targets' => array( 'desktop', 'mobile' ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a26d8b562cfa33881cbc6fb7447bdd53e4a71c5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Sn1per <[email protected]>

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

Reply via email to