From a350af27a0c57e38ba54980e7423316ccb2328ad Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 28 Sep 2015 14:06:01 +0200 Subject: [PATCH] Fix a PHPCS warning in SearchMySQL.php Change-Id: I2a9d91e24421bd4c514a97e00abc1a7d6f7b3cf1 --- includes/search/SearchMySQL.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/search/SearchMySQL.php b/includes/search/SearchMySQL.php index 246f115546..14426713f0 100644 --- a/includes/search/SearchMySQL.php +++ b/includes/search/SearchMySQL.php @@ -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( -- 2.20.1