summaryrefslogtreecommitdiff
path: root/classes/debug.php
AgeCommit message (Expand)Author
2021-11-12Switch class properties from PHP typing to PHPDoc for compatibility with PHP ...wn_
2021-11-12Fix some PHPStan warnings in 'classes/db/migrations.php', 'classes/db/prefs.p...wn_
2021-11-12Address PHPStan warnings in 'classes/feeds.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/debug.php'.wn_
2021-03-06general cleanup, set some type hintsAndrew Dolgov
2021-03-04wip for db_migrations for core schemaAndrew Dolgov
2020-09-22use self:: in some places to invoke static methods from the same classAndrew Dolgov
2018-12-01CLI tools: fix --quiet not working if --log is unsetAndrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov