diff options
Diffstat (limited to 'app/Models/EntryDAO.php')
| -rw-r--r-- | app/Models/EntryDAO.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php index f57fa17d7..b9f8d57cb 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -190,8 +190,7 @@ SQL; return $result; } - /** @var PDOStatement|null */ - private $updateEntryPrepared = null; + private ?PDOStatement $updateEntryPrepared = null; /** @param array{'id':string,'guid':string,'title':string,'author':string,'content':string,'link':string,'date':int,'lastSeen':int,'hash':string, * 'is_read':bool|int|null,'is_favorite':bool|int|null,'id_feed':int,'tags':string,'attributes':array<string,mixed>} $valuesTmp */ |
