doc: Remove repetitive "Give grep a chance" phrase from comments
[lhc/web/wiklou.git] / includes / installer / Installer.php
index 04d2b20..afd2e3d 100644 (file)
@@ -661,8 +661,8 @@ abstract class Installer {
 
                $allNames = array();
 
-               // Give grep a chance to find the usages:
-               // config-type-mysql, config-type-postgres, config-type-oracle, config-type-sqlite
+               // Messages: config-type-mysql, config-type-postgres, config-type-oracle,
+               // config-type-sqlite
                foreach ( self::getDBTypes() as $name ) {
                        $allNames[] = wfMessage( "config-type-$name" )->text();
                }