Mglaser has uploaded a new change for review.

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

Change subject: StringHelper: Added return statement with boolean
......................................................................

StringHelper: Added return statement with boolean

Change-Id: Ie5be0ab0cd8cb1b2be92a8c236d90c8a9a12b9af
(cherry picked from commit f9889a894f9033b0e359bde8618a4cf1ee3eebd9)
---
M includes/utility/StringHelper.class.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/91/325291/1

diff --git a/includes/utility/StringHelper.class.php 
b/includes/utility/StringHelper.class.php
index 11a22f8..744a457 100644
--- a/includes/utility/StringHelper.class.php
+++ b/includes/utility/StringHelper.class.php
@@ -167,6 +167,7 @@
                        case self::FILTER_EQUALSNOT:
                                return $sHaystack !== $sNeedle;
                }
+               return false;
        }
 
 }
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie5be0ab0cd8cb1b2be92a8c236d90c8a9a12b9af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: REL1_27
Gerrit-Owner: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to