Aude has uploaded a new change for review.

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

Change subject: Fix spacing in ExternalDataRepoTest
......................................................................

Fix spacing in ExternalDataRepoTest

per MediaWiki code style

Change-Id: Ib17306a261cd357b166bd0ee261fa96298b55e6b
---
M tests/phpunit/ExternalDataRepoTest.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityExternalValidation
 refs/changes/25/260725/1

diff --git a/tests/phpunit/ExternalDataRepoTest.php 
b/tests/phpunit/ExternalDataRepoTest.php
index daf525a..9df35a9 100644
--- a/tests/phpunit/ExternalDataRepoTest.php
+++ b/tests/phpunit/ExternalDataRepoTest.php
@@ -152,7 +152,7 @@
                        ),
                        array(
                                array( 42 ),
-                               array('foo', 'bar'),
+                               array( 'foo', 'bar' ),
                                array(
                                        new PropertyId( 'P1' ),
                                        new PropertyId( 'P3' )
@@ -172,13 +172,13 @@
                        ),
                        array(
                                array(),
-                               array('foo', 'bar'),
+                               array( 'foo', 'bar' ),
                                array(),
                                null,
                                'InvalidArgumentException'
                        ),
                        array(
-                               array('foo', 'bar'),
+                               array( 'foo', 'bar' ),
                                array(),
                                array(),
                                null,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib17306a261cd357b166bd0ee261fa96298b55e6b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityExternalValidation
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>

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

Reply via email to