X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FInstaller.php;h=9dc80326347b73a221dd1a1e448d8ab2e8dadc32;hb=8c1086225d413bca03e2fce7b8f947e68d0a3a7e;hp=03f997471b42c49c0ddd8cc3338184e6261fdeca;hpb=12313956c58e88b98d4baf722464e09b4a351bf3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 03f997471b..9dc8032634 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -567,7 +567,7 @@ abstract class Installer { /** * Determine if LocalSettings.php exists. If it does, return its variables. * - * @return array + * @return array|false */ public static function getExistingLocalSettings() { global $IP; @@ -1080,7 +1080,7 @@ abstract class Installer { /** * Convert a hex string representing a Unicode code point to that code point. * @param string $c - * @return string + * @return string|false */ protected function unicodeChar( $c ) { $c = hexdec( $c );