1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

Fix some PHPStan warnings in 'classes/db/migrations.php', 'classes/db/prefs.php', and 'classes/debug.php'.

This commit is contained in:
wn_
2021-11-12 05:24:02 +00:00
parent b0eb347839
commit 011c941e7c
3 changed files with 32 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ class Debug {
private static ?string $logfile = null;
/**
* @var Debug::LOG_*
* @var int Debug::LOG_*
*/
private static int $loglevel = self::LOG_NORMAL;