fix: Psalm

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-03-22 14:22:33 +01:00
parent 26c76fbb46
commit 48ec97386c
2 changed files with 2 additions and 9 deletions
+1 -4
View File
@@ -729,10 +729,7 @@ class BoardService {
}
/**
* Clean a given board data
* from the Cache
*
* @param OCA\Deck\Db\Board $board
* Clean a given board data from the Cache
*/
private function clearBoardFromCache(Board $board) {
$boardId = $board->getId();