Merge "Fix a PHPCS warning in SearchMySQL.php"

This commit is contained in:
jenkins-bot 2015-09-28 13:49:56 +00:00 committed by Gerrit Code Review
commit 7d09ea6550

View file

@ -406,7 +406,6 @@ class SearchMySQL extends SearchDatabase {
// Periods within things like hostnames and IP addresses
// are also important -- we want a search for "example.com"
// or "192.168.1.1" to work sanely.
//
// MySQL's search seems to ignore them, so you'd match on
// "example.wikipedia.com" and "192.168.83.1" as well.
$out = preg_replace(