X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2FCookieJar.php;h=8f5700abb916b02ebb8d836ec466ba0baf75c77d;hp=910a7ca82d159d9de8f30b231060c776ec67e6df;hb=aec80a1fb774715e43430ab583c190b79e468fce;hpb=bdfe02223205923d923923dd420ba0dd863cd0fe diff --git a/includes/libs/CookieJar.php b/includes/libs/CookieJar.php index 910a7ca82d..8f5700abb9 100644 --- a/includes/libs/CookieJar.php +++ b/includes/libs/CookieJar.php @@ -19,7 +19,11 @@ * @ingroup HTTP */ +/** + * Cookie jar to use with MWHttpRequest. Does not handle cookie unsetting. + */ class CookieJar { + /** @var Cookie[] */ private $cookie = []; /**