mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:25:55 +00:00
fix some more warnings reported by phpstan
This commit is contained in:
@@ -196,6 +196,8 @@ class Labels
|
||||
$sth->execute([$caption, $owner_uid, $fg_color, $bg_color]);
|
||||
|
||||
$result = $sth->rowCount();
|
||||
} else {
|
||||
$result = false;
|
||||
}
|
||||
|
||||
if (!$tr_in_progress) $pdo->commit();
|
||||
|
||||
Reference in New Issue
Block a user