mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
More return types
This commit is contained in:
@@ -98,7 +98,7 @@ class NoteMapper extends QBMapper {
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function colorIdCount($colorid): int {
|
||||
public function colorIdCount(int $colorid): int {
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
$qb->select('id')
|
||||
->from($this->tableName)
|
||||
|
||||
Reference in New Issue
Block a user