aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/Cookie.php
Commit message (Expand)AuthorAgeFilesLines
* Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-231-1/+1
* Merge sequences of `if` that end doing the same thing anywaythiemowmde2023-06-161-6/+1
* Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-1/+1
* Use some more neutral languageReedy2021-04-181-1/+1
* Don't rely on implicit string->int cast in comparisonAmmarpad2021-01-181-1/+1
* Replace tabs with spacesMatěj Suchánek2020-09-041-1/+1
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Move CookieJar class to own fileaddshore2016-04-031-83/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Cookie: Fix @throws commentKunal Mehta2015-01-071-1/+1
* Move Cookie(Jar) to libs/Chad Horohoe2014-11-061-0/+291