aboutsummaryrefslogtreecommitdiff
path: root/classes/PluginHost.php
AgeCommit message (Expand)Author
2024-12-15minor PHPDoc cleanup in PluginHostwn_
2024-12-15Clean up some virtual feed stuff in PluginHost.wn_
2024-12-15Revert some stuff based upon feedbackwn_
2024-12-14Use a native DNF type for 'PluginHost->get_feed_handler()'.wn_
2024-12-14Use the spread operator instead of 'array_merge' in more places.wn_
2024-11-23Use native union types in most places.wn_
2024-11-12Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'.wn_
2024-11-12Remove some PHPStan ignores and make others rule-specific.wn_
2024-11-12Address PHPStan findings as of 2.0.1wn_
2024-10-01drop opentelemetryAndrew Dolgov
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
2024-02-21add HOOK_VALIDATE_SESSIONAndrew Dolgov
2023-10-27Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2023-10-27replace some dirname horrors with a separate unit-tested methodAndrew Dolgov
2023-10-26Fix class names in some more places.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov