Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add explicit parentheses around mixed boolean operator | Umherirrender | 2024-03-23 | 1 | -1/+1 |
* | Merge sequences of `if` that end doing the same thing anyway | thiemowmde | 2023-06-16 | 1 | -6/+1 |
* | Use str_starts_with/str_ends_with | Aryeh Gregor | 2022-05-02 | 1 | -1/+1 |
* | Use some more neutral language | Reedy | 2021-04-18 | 1 | -1/+1 |
* | Don't rely on implicit string->int cast in comparison | Ammarpad | 2021-01-18 | 1 | -1/+1 |
* | Replace tabs with spaces | Matěj Suchánek | 2020-09-04 | 1 | -1/+1 |
* | Set method visibility for various constructors | Umherirrender | 2019-12-03 | 1 | -1/+1 |
* | Use PHP 7 '??' operator instead of if-then-else | Fomafix | 2018-10-21 | 1 | -5/+1 |
* | Fix PhanTypeMismatchDeclaredParam | Umherirrender | 2018-07-07 | 1 | -1/+1 |
* | Move CookieJar class to own file | addshore | 2016-04-03 | 1 | -83/+0 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -3/+3 |
* | Cookie: Fix @throws comment | Kunal Mehta | 2015-01-07 | 1 | -1/+1 |
* | Move Cookie(Jar) to libs/ | Chad Horohoe | 2014-11-06 | 1 | -0/+291 |