There was an error while loading. Please reload this page.
1 parent 29e0957 commit c1cca00Copy full SHA for c1cca00
class_map/ThriftUdpTransport.php
@@ -26,7 +26,7 @@
26
27
class ThriftUdpTransport extends TTransport
28
{
29
- private null|resource|Socket $socket = null;
+ private null|Socket $socket = null;
30
31
private ?Channel $chan = null;
32
0 commit comments