jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/347574 )

Change subject: Fix phpcs in AuthManagerStatsHandler
......................................................................


Fix phpcs in AuthManagerStatsHandler

Change-Id: I788e29e90539b2da97442d7e163ad8bcf4694c0f
---
M includes/AuthManagerStatsdHandler.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  WMDE-leszek: Looks good to me, but someone else must approve
  Gergő Tisza: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/AuthManagerStatsdHandler.php 
b/includes/AuthManagerStatsdHandler.php
index 4f315c3..b699de4 100644
--- a/includes/AuthManagerStatsdHandler.php
+++ b/includes/AuthManagerStatsdHandler.php
@@ -68,7 +68,7 @@
                        $error = $status;
                } elseif ( is_numeric( $status ) && $successful === false ) {
                        $error = strval( $status );
-               } elseif( is_bool( $status ) ) {
+               } elseif ( is_bool( $status ) ) {
                        $successful = $status;
                }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I788e29e90539b2da97442d7e163ad8bcf4694c0f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaEvents
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: GergÅ‘ Tisza <[email protected]>
Gerrit-Reviewer: WMDE-leszek <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to