X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FIEContentAnalyzer.php;h=7f461a0311979db075c299dd16f3eaa72acc1462;hb=e92d87c26c408441d8c229fc1e9c7e0bcd93898a;hp=cfc7f536ecf05ddd5fa3505dc5d53a51ab89727e;hpb=ec299eabb6e944b6a2b5db1c3530508d30d53046;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/IEContentAnalyzer.php b/includes/libs/IEContentAnalyzer.php index cfc7f536ec..7f461a0311 100644 --- a/includes/libs/IEContentAnalyzer.php +++ b/includes/libs/IEContentAnalyzer.php @@ -329,9 +329,9 @@ class IEContentAnalyzer { * Get the MIME types from getMimesFromData(), but convert the result from IE's * idiosyncratic private types into something other apps will understand. * - * @param $fileName String: the file name (unused at present) - * @param $chunk String: the first 256 bytes of the file - * @param $proposed String: the MIME type proposed by the server + * @param string $fileName the file name (unused at present) + * @param string $chunk the first 256 bytes of the file + * @param string $proposed the MIME type proposed by the server * * @return Array: map of IE version to detected mime type */ @@ -367,9 +367,9 @@ class IEContentAnalyzer { /** * Get the untranslated MIME types for all known versions * - * @param $fileName String: the file name (unused at present) - * @param $chunk String: the first 256 bytes of the file - * @param $proposed String: the MIME type proposed by the server + * @param string $fileName the file name (unused at present) + * @param string $chunk the first 256 bytes of the file + * @param string $proposed the MIME type proposed by the server * * @return Array: map of IE version to detected mime type */ @@ -848,4 +848,3 @@ class IEContentAnalyzer { return 'unknown'; } } -