summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-12Minor PHPStand warning fix in 'update.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_
2021-11-11Address PHPStan warnings in 'classes/labels.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/diskcache.php'.wn_
2021-11-11Address PHPStan warnings in 'inclasses/digest.php'.wn_
2021-11-11Address PHPStan warnings in 'include/functions.php'.wn_
2021-11-11Fix 'TimeHelper::make_local_datetime()' (null is allowed).wn_
2021-11-11Address PHPStan warnings in 'classes/debug.php'.wn_
2021-11-11Address PHPStan warnings in 'include/errorhandler.php'.wn_
2021-11-11Address PHPStan warnings in 'include/controls_compat.php'.wn_
2021-11-11Address PHPStan warnings in 'include/controls.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/userhelper.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/timehelper.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/sanitizer.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/rssutils.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/prefs.php'.wn_
2021-11-11Address PHPStan warnings in 'include/sessions.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/counters.php'.wn_
2021-11-11Address PHPStan warning and tweak 'tasks'+'interval' handling in 'update_daem...wn_
2021-11-11Fix some additional PHPStan warnings in UrlHelper.wn_
2021-11-10Don't use 'mixed' directly (PHP 8+).wn_
2021-11-10Initial go at PHPStan rule level 6.wn_
2021-11-10plugin cleanup re: phpstan 1.0 warningsAndrew Dolgov
2021-11-10add two helper account access levels:Andrew Dolgov
2021-11-02Merge pull request 'PHPStan 1.0.0 and related warning fixes' (#49) from wn/tt...fox
2021-11-01Address PHPStan warning in 'update.php'.wn_
2021-11-01Address PHPStan warnings in 'include/colors.php'.wn_
2021-11-01Address PHPStan warnings in 'classes/urlhelper.php'.wn_
2021-11-01Address PHPStan warning in 'classes/pref/users.php'.wn_
2021-11-01Address PHPStan warning in 'classes/pref/prefs.php'.wn_
2021-11-01Address PHPStan warnings in 'classes/pluginhost.php'.wn_
2021-11-01Address PHPStan warning in 'classes/logger/sql.php'.wn_
2021-11-01Address PHPStan warning in 'classes/feeds.php'.wn_
2021-11-01Address PHPStan warning in 'classes/feeditem/common.php'.wn_
2021-11-01Address PHPStan warnings in 'classes/db.php'.wn_
2021-11-01Address PHPStan warnings in 'classes/config.php'.wn_
2021-11-01Bump PHPStan to 1.0.0wn_
2021-10-29Merge branch 'weblate-integration'Andrew Dolgov
2021-10-26HOOK_ARTICLE_BUTTON/HOOK_ARTICLE_LEFT_BUTTON: only try to parse markup if its...Andrew Dolgov
2021-10-24css: make plugin button container a flexboxAndrew Dolgov
2021-10-22minor phpstan tweaksAndrew Dolgov
2021-10-22require phpstan via composerAndrew Dolgov
2021-10-22af_redditimgur: allow subscribing to teddit.net subreddits directly (rewritin...Andrew Dolgov
2021-10-22pluginhost: update comments for HOOK_ constants to use phpdoc syntax; add HOO...Andrew Dolgov
2021-10-22af_redditimgur: set some @var hintsAndrew Dolgov
2021-10-18add data-orig-feed-title to generated headline markupAndrew Dolgov
2021-10-18af_comics: pass PluginHost to filter constructorsAndrew Dolgov