summaryrefslogtreecommitdiff
path: root/classes/Prefs.php
AgeCommit message (Expand)Author
2024-12-14Use native typing in more places and clean up 'FeedEnclosure' a bit.wn_
2024-11-23Use native union types in most places.wn_
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-04-16Switch 2 more implicitly nullable params to explicitly nullable.wn_
2024-01-13Merge branch 'feature/unused-var-cleanup' into 'master'Andrew Dolgov
2024-01-09 * mark get_pref/set_pref wrappers as deprecatedAndrew Dolgov
2024-01-08Clean up some unused variables.wn_
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov