fix: Psalm

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-03-14 08:37:22 +01:00
parent 72134e6e95
commit b774090032
4 changed files with 66 additions and 19 deletions

View File

@@ -492,11 +492,7 @@ class BoardMapper extends QBMapper implements IPermissionMapper {
}
/**
* Reset Cache for a
* given board or a given user
*
* @param int|null $boardId
* @param int|null $userId
* Reset cache for a given board or a given user
*/
public function flushCache(?int $boardId = null, ?string $userId = null)
{