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

Change subject: Style fixes
......................................................................


Style fixes

Change-Id: I0ed5048a52a042e67ee24824a418ec50d2993142
---
M ParserFunctions.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/ParserFunctions.php b/ParserFunctions.php
index 534fa5a..634ab5b 100644
--- a/ParserFunctions.php
+++ b/ParserFunctions.php
@@ -35,8 +35,8 @@
   * Running Jenkins unit tests without setting $wgPFEnableStringFunctions = 
true;
   * will cause all the parser tests for string functions to be skipped.
   */
-if ( isset( $wgWikimediaJenkinsCI ) && ( $wgWikimediaJenkinsCI === true ) ) {
-       $wgPFEnableStringFunctions = true ;
+if ( isset( $wgWikimediaJenkinsCI ) && $wgWikimediaJenkinsCI === true ) {
+       $wgPFEnableStringFunctions = true;
 }
 
 /** REGISTRATION */

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0ed5048a52a042e67ee24824a418ec50d2993142
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ParserFunctions
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to