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 774a9f5 commit b28b031Copy full SHA for b28b031
class_map/ThriftUdpTransport.php
@@ -33,7 +33,7 @@ class ThriftUdpTransport extends TTransport
33
public function __construct(
34
private string $host,
35
private int $port,
36
- private LoggerInterface $logger = null
+ private ?LoggerInterface $logger = null
37
) {
38
$this->logger = $logger ?? new NullLogger();
39
}
0 commit comments