Merge pull request #10722 from MrPetovan/task/refactor-notifications

Move notify, notifications and introduction notifications to new paradigm
This commit is contained in:
Michael Vogel
2021-10-03 14:13:28 +02:00
committed by GitHub
57 changed files with 2452 additions and 1948 deletions

View File

@@ -909,7 +909,7 @@ class Database
/**
* Fetch a single row
*
* @param PDOStatement|mysqli_stmt $stmt statement object
* @param bool|PDOStatement|mysqli_stmt $stmt statement object
*
* @return array|false current row
*/