We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73798e4 commit 354e048Copy full SHA for 354e048
1 file changed
lib/Event/VoteDeletedOrphanedEvent.php
@@ -10,6 +10,9 @@
10
use OCA\Polls\Db\Vote;
11
12
class VoteDeletedOrphanedEvent extends VoteEvent {
13
+ /**
14
+ * @psalm-suppress PossiblyUnusedMethod
15
+ */
16
public function __construct(
17
protected Vote $vote,
18
protected bool $log = true,
0 commit comments