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 f788eda commit c770ebfCopy full SHA for c770ebf
src/Server.php
@@ -202,7 +202,7 @@ public function onMessage($server, $frame): void
202
$instance = $this->container->get($fdObj->class);
203
204
if (! $instance instanceof OnMessageInterface) {
205
- $this->logger->warning("{$instance} is not instanceof " . OnMessageInterface::class);
+ $this->logger->warning($instance::class . ' is not instanceof ' . OnMessageInterface::class);
206
return;
207
}
208
0 commit comments