We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770287f commit 32c3327Copy full SHA for 32c3327
1 file changed
lib/Listener/BeforeGetTemplatesListener.php
@@ -24,6 +24,7 @@ public function handle(Event $event): void {
24
return;
25
}
26
27
+ /** @psalm-suppress RedundantCondition */
28
if (method_exists($event, 'shouldGetFields') && !$event->shouldGetFields()) {
29
30
0 commit comments