..
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
Revert "various fixes vor php 8.1 compatibility"
2021-12-01 13:37:35 +03:00
handler
* add HOOK_POST_LOGOUT
2021-12-06 13:20:18 +03:00
logger
Initial go at PHPStan rule level 6.
2021-11-10 21:38:25 +00:00
pref
filters:
2021-12-20 07:56:16 +03:00
api.php
api, getHeadlines: properly accept feed_id 0
2021-12-01 19:04:42 +03:00
article.php
not dead: Article.assigntolabel etc are exported methods called by frontend (Headlines.js)
2021-11-16 15:45:35 +03:00
config.php
filters:
2021-12-20 07:56:16 +03: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
Revert "various fixes vor php 8.1 compatibility"
2021-12-01 13:37:35 +03:00
digest.php
Address PHPStan warnings in 'classes/article.php'.
2021-11-12 01:50:40 +00:00
diskcache.php
Don't type DiskCache's $mimeMap.
2021-11-18 23:51:36 +00:00
errors.php
generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEFT_BUTTON can't be parsed as valid XML
2022-01-06 10:37:03 +03: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
generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEFT_BUTTON can't be parsed as valid XML
2022-01-06 10:37:03 +03:00
feeds.php
generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEFT_BUTTON can't be parsed as valid XML
2022-01-06 10:37:03 +03:00
handler.php
Actually, always clean in Handler._param_to_bool()
2021-11-18 18:18:49 +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
mailer: don't crash if php mail() fails with no reported errors
2021-11-16 09:19:12 +03: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
generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEFT_BUTTON can't be parsed as valid XML
2022-01-06 10:37:03 +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
* fox.form.Select: add several properties allowing it to better
2021-12-14 21:53:45 +03:00
prefs.php
Address PHPStan warnings in 'classes/prefs.php'.
2021-11-11 16:47:51 +00:00
rpc.php
Switch from null to false as the default for missing bool params.
2021-11-18 18:25:04 +00:00
rssutils.php
update_rss_feed: juxtapose pdo and ORM commit on timestamp update
2022-01-13 23:39:49 -06:00
sanitizer.php
sanitize: make force_remove_images nullable
2021-11-20 14:02:37 +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
fetch: return HTTP code when no curl_error() is available
2021-12-23 17:32:44 +03:00
userhelper.php
Change the param type for UserHelper::hash_password() $algo to appease PHPStan.
2021-11-14 22:44:48 +00:00