summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2021-11-14Fix the return signature for Plugin#hook_hotkey_info()wn_
2021-11-14Address PHPStan warning in 'classes/pref/users.php'.wn_
2021-11-14Address PHPStan warning in 'classes/pref/system.php'.wn_
2021-11-14Address PHPStan warning in 'classes/pref/prefs.php'.wn_
2021-11-14Address PHPStan warning in 'classes/pref/labels.php'.wn_
2021-11-14revise prototype for hook_enclosure_importedAndrew Dolgov
2021-11-14Address PHPStan warning in 'classes/pref/filters.php'.wn_
2021-11-14Address PHPStan warning in 'classes/mailer.php'.wn_
2021-11-14adjust some return types in urlhelperAndrew Dolgov
2021-11-14set phpdoc annotations for auth_baseAndrew Dolgov
2021-11-14revise phpdoc annotations for hook_sanitize()Andrew Dolgov
2021-11-14Handle potentially null link, title, etc. in FeedParser.wn_
2021-11-14plugin.php: add some minor method phpdoc correctionsAndrew Dolgov
2021-11-14userhelper: add a phpdoc variable class hintAndrew Dolgov
2021-11-14deal with the rest of warnings in plugin.phpAndrew Dolgov
2021-11-14deal with a few more phpstan warnings re: base plugin classAndrew Dolgov
2021-11-14fix HOOK_QUERY_HEADLINES being invoked with different argument lists, add som...Andrew Dolgov
2021-11-14 * deal with some phpstan warnings in base plugin classAndrew Dolgov
2021-11-14pluginhost: add a hack to not crash on an incompatible plugin more than once ...Andrew Dolgov
2021-11-14normalize some mismatching hook function definitions to match base Plugin classAndrew Dolgov
2021-11-14deal with phpstan warnings related to base authentication modulesAndrew Dolgov
2021-11-14Address PHPStan warnings in 'classes/pref/filters.php'.wn_
2021-11-13set some annotations on Plugin hook methodsAndrew Dolgov
2021-11-13experimental: bring back plugin hooks to Plugin base class once (to be improv...Andrew Dolgov
2021-11-13deal with some warnings in plugins/trgm,readability and base plugin classAndrew Dolgov
2021-11-13no need to duplicate annotationsAndrew Dolgov
2021-11-13rework previous Plugin changes as phpdoc annotationsAndrew Dolgov
2021-11-13revert all plugin base class related changes to keep compatibility with extan...Andrew Dolgov
2021-11-13minor: correct $cat type in Pref_Feeds#calculate_children_count()wn_
2021-11-13Address PHPStan warnings in 'classes/pref/feeds.php'.wn_
2021-11-13Fix the type of Labels::update_cache()wn_
2021-11-13fix phpstan warnings in classes/plugin-template.phpAndrew Dolgov
2021-11-13experimental: also don't keep base plugin template as a non-analyzed fileAndrew Dolgov
2021-11-13experimental: auto-generate and add all plugin hook methods to Plugin classAndrew Dolgov
2021-11-13fix phpstan warnings in classes/sanitizer.phpAndrew Dolgov
2021-11-13fix phpstan warnings in classes/api.phpAndrew Dolgov
2021-11-13fix phpstan warnings in classes/feedparser.phpAndrew Dolgov
2021-11-13fix phpstan warnings in classes/db/migrations.phpAndrew Dolgov
2021-11-13Address PHPStan warnings in 'classes/api.php'.wn_
2021-11-13Typing IHandler methods, typing Handler_Public, fix type of $feed_id (might b...wn_
2021-11-13Fix type of 'check_first_id' in Feeds '_format_headlines_list'.wn_
2021-11-12Switch class properties from PHP typing to PHPDoc for compatibility with PHP ...wn_
2021-11-12Address PHPStan warnings in 'classes/mailer.php', 'classes/opml.php', and 'cl...wn_
2021-11-12Address PHPStan warnings in 'classes/rpc.php'.wn_
2021-11-12Fix some PHPStan warnings in 'classes/db/migrations.php', 'classes/db/prefs.p...wn_
2021-11-12Fix a warning in 'classes/counters.php'.wn_
2021-11-12Address PHPStan warnings in 'classes/feeds.php'.wn_
2021-11-12Update signature of handler 'csrf_ignore' to include types.wn_
2021-11-12Address PHPStan warnings in 'classes/article.php'.wn_
2021-11-12Address PHPStan warnings in 'classes/pluginhost.php'.wn_