Skip to content

Commit 32c3327

Browse files
committed
chore: supress psalm error
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent 770287f commit 32c3327

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Listener/BeforeGetTemplatesListener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public function handle(Event $event): void {
2424
return;
2525
}
2626

27+
/** @psalm-suppress RedundantCondition */
2728
if (method_exists($event, 'shouldGetFields') && !$event->shouldGetFields()) {
2829
return;
2930
}

0 commit comments

Comments
 (0)