1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
ttrss/classes
2021-11-15 08:19:44 +03:00
..
auth set phpdoc annotations for auth_base 2021-11-14 20:26:05 +03:00
db fix phpstan warnings in classes/db/migrations.php 2021-11-13 17:31:13 +03:00
feeditem Address PHPStan warnings in FeedItem classes. 2021-11-15 02:40:45 +00:00
handler fix HOOK_QUERY_HEADLINES being invoked with different argument lists, add some more phpdoc comments for base plugin class 2021-11-14 17:07:47 +03:00
logger Initial go at PHPStan rule level 6. 2021-11-10 21:38:25 +00:00
pref Address PHPStan warning in 'classes/pref/users.php'. 2021-11-14 20:27:17 +00:00
api.php fix phpstan warnings in classes/api.php 2021-11-13 17:51:26 +03:00
article.php Address PHPStan warnings in FeedItem classes. 2021-11-15 02:40:45 +00:00
config.php Initial go at PHPStan rule level 6. 2021-11-10 21:38:25 +00:00
counters.php set better matching type hint on virtual feed object 2021-11-15 08:19:44 +03:00
db.php Initial go at PHPStan rule level 6. 2021-11-10 21:38:25 +00:00
debug.php Switch class properties from PHP typing to PHPDoc for compatibility with PHP < 7.4.0 2021-11-12 21:17:31 +00:00
digest.php Address PHPStan warnings in 'classes/article.php'. 2021-11-12 01:50:40 +00:00
diskcache.php Switch class properties from PHP typing to PHPDoc for compatibility with PHP < 7.4.0 2021-11-12 21:17:31 +00:00
errors.php Initial go at PHPStan rule level 6. 2021-11-10 21:38:25 +00:00
feedenclosure.php Address PHPStan warnings for FeedEnclosure. 2021-11-15 02:46:19 +00:00
feeditem.php Address PHPStan warnings in FeedItem classes. 2021-11-15 02:40:45 +00:00
feedparser.php Handle potentially null link, title, etc. in FeedParser. 2021-11-14 16:59:21 +00:00
feeds.php Typing IHandler methods, typing Handler_Public, fix type of $feed_id (might be tag). 2021-11-13 14:05:48 +00:00
handler.php Typing IHandler methods, typing Handler_Public, fix type of $feed_id (might be tag). 2021-11-13 14:05:48 +00:00
iauthmodule.php normalize some mismatching hook function definitions to match base Plugin class 2021-11-14 11:11:49 +03:00
ihandler.php Typing IHandler methods, typing Handler_Public, fix type of $feed_id (might be tag). 2021-11-13 14:05:48 +00:00
ivirtualfeed.php add IVirtualFeed interface for plugins implementing virtual feeds 2021-11-15 07:08:41 +03:00
labels.php Fix the type of Labels::update_cache() 2021-11-13 15:56:31 +00:00
logger.php Initial go at PHPStan rule level 6. 2021-11-10 21:38:25 +00:00
mailer.php Address PHPStan warning in 'classes/mailer.php'. 2021-11-14 17:59:57 +00:00
opml.php Address PHPStan warnings in 'classes/mailer.php', 'classes/opml.php', and 'classes/pluginhandler.php'. 2021-11-12 06:16:18 +00:00
plugin.php revise phpdoc annotations for hook_search() 2021-11-15 06:53:55 +03:00
pluginhandler.php Address PHPStan warnings in 'classes/mailer.php', 'classes/opml.php', and 'classes/pluginhandler.php'. 2021-11-12 06:16:18 +00:00
pluginhost.php * deal with some phpstan warnings in base plugin class 2021-11-14 16:49:10 +03:00
prefs.php Address PHPStan warnings in 'classes/prefs.php'. 2021-11-11 16:47:51 +00:00
rpc.php Address PHPStan warnings in 'classes/rpc.php'. 2021-11-12 05:42:55 +00:00
rssutils.php Address PHPStan warnings in FeedItem classes. 2021-11-15 02:40:45 +00:00
sanitizer.php fix phpstan warnings in classes/sanitizer.php 2021-11-13 17:52:03 +03:00
templator.php replace FALSE with false so that static analyzer shuts up about it 2020-09-17 19:02:27 +03:00
timehelper.php Fix 'TimeHelper::make_local_datetime()' (null is allowed). 2021-11-11 21:33:12 +00:00
urlhelper.php Fix a PHPStan warning in 'UrlHelper::rewrite_relative()'. 2021-11-15 03:28:17 +00:00
userhelper.php Change the param type for UserHelper::hash_password() $algo to appease PHPStan. 2021-11-14 22:44:48 +00:00