Skip to content

Commit 354e048

Browse files
committed
suppress PossiblyUnusedMethod
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 73798e4 commit 354e048

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/Event/VoteDeletedOrphanedEvent.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use OCA\Polls\Db\Vote;
1111

1212
class VoteDeletedOrphanedEvent extends VoteEvent {
13+
/**
14+
* @psalm-suppress PossiblyUnusedMethod
15+
*/
1316
public function __construct(
1417
protected Vote $vote,
1518
protected bool $log = true,

0 commit comments

Comments
 (0)