From 135bc3f6c3f867df200d555dab83d58f5c41490e Mon Sep 17 00:00:00 2001 From: spiralbot Date: Tue, 18 Jul 2023 12:13:25 +0000 Subject: [PATCH] Merge pull request #952 from msmakouz/fix-psalm-issues --- tests/Stub/PlainListenerRegistry.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Stub/PlainListenerRegistry.php b/tests/Stub/PlainListenerRegistry.php index 3b712eb..663aea8 100644 --- a/tests/Stub/PlainListenerRegistry.php +++ b/tests/Stub/PlainListenerRegistry.php @@ -8,7 +8,6 @@ /** * @internal - * @psalm-suppress MissingConstructor */ final class PlainListenerRegistry implements ListenerRegistryInterface {