summaryrefslogtreecommitdiff
path: root/classes/Prefs.php
AgeCommit message (Collapse)Author
2024-01-13Merge branch 'feature/unused-var-cleanup' into 'master'Andrew Dolgov
Clean up some unused variables. See merge request tt-rss/tt-rss!19
2024-01-09 * mark get_pref/set_pref wrappers as deprecatedAndrew Dolgov
* add per-user preference for minimal score required for digest
2024-01-08Clean up some unused variables.wn_
This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm.
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov