You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'The connection argument must be either %s or callable that returns %s.',
58
-
Connection::class,
59
-
Connection::class
60
-
));
56
+
thrownew \InvalidArgumentException(sprintf('The connection argument must be either %s or callable that returns %s.', Connection::class, Connection::class));
61
57
}
62
58
}
63
59
@@ -135,6 +131,10 @@ public function createSubscriptionConsumer(): SubscriptionConsumer
0 commit comments