summaryrefslogtreecommitdiff
path: root/classes/OPML.php
AgeCommit message (Collapse)Author
2025-05-06use RETURNING syntax when creating base filter record during OPML importAndrew Dolgov
2024-11-24Use PHP 8 'str_' functions.wn_
A few more characters in some places, but helps with readability.
2024-11-24Use match expressions in some places.wn_
2024-11-23Use native union types in most places.wn_
2024-11-23bump minimum required php version to 8.0 & remove some deprecated codeAndrew Dolgov
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
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-25move to psr-4 autoloaderAndrew Dolgov