jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ib17306a261cd357b166bd0ee261fa96298b55e6b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityExternalValidation
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to