Fix a PHPCS warning in SearchMySQL.php
authorSiebrand Mazeland <siebrand@kitano.nl>
Mon, 28 Sep 2015 12:06:01 +0000 (14:06 +0200)
committerSiebrand Mazeland <siebrand@kitano.nl>
Mon, 28 Sep 2015 12:06:01 +0000 (14:06 +0200)
Change-Id: I2a9d91e24421bd4c514a97e00abc1a7d6f7b3cf1

includes/search/SearchMySQL.php

index 246f115..1442671 100644 (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(