Merge "Cleanup some docs (includes/[e-l])"
[lhc/web/wiklou.git] / includes / installer / Installer.php
index 3372119..28304c2 100644 (file)
@@ -1274,8 +1274,8 @@ abstract class Installer {
         *
         * Used only by environment checks.
         *
-        * @param string $path path to search
-        * @param array $names of executable names
+        * @param string $path Path to search
+        * @param array $names Array of executable names
         * @param array|bool $versionInfo False or array with two members:
         *   0 => Command to run for version check, with $1 for the full executable name
         *   1 => String to compare the output with