X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Fhttp%2FHttpAcceptParser.php;h=93f5b0bce64d24ed324de6178cf9469ca75cce67;hb=a075271157d32567e894c668aa2b76138c491b95;hp=bce071e726f3224a2ffa6e31b5c7e3c151e629b1;hpb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/http/HttpAcceptParser.php b/includes/libs/http/HttpAcceptParser.php index bce071e726..93f5b0bce6 100644 --- a/includes/libs/http/HttpAcceptParser.php +++ b/includes/libs/http/HttpAcceptParser.php @@ -4,7 +4,7 @@ * Utility for parsing a HTTP Accept header value into a weight map. May also be used with * other, similar headers like Accept-Language, Accept-Encoding, etc. * - * @license GPL-2.0+ + * @license GPL-2.0-or-later * @author Daniel Kinzler */ @@ -23,7 +23,7 @@ class HttpAcceptParser { * Note that type parameters and accept extension like the "level" parameter * are not supported, weights are derived from "q" values only. * - * @todo: If additional type parameters are present, ignore them cleanly. + * @todo If additional type parameters are present, ignore them cleanly. * At present, they often confuse the result. * * See HTTP/1.1 section 14 for details.