Skip to content

Commit c1cca00

Browse files
authored
fix resource type warning (#12)
1 parent 29e0957 commit c1cca00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class_map/ThriftUdpTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
class ThriftUdpTransport extends TTransport
2828
{
29-
private null|resource|Socket $socket = null;
29+
private null|Socket $socket = null;
3030

3131
private ?Channel $chan = null;
3232

0 commit comments

Comments
 (0)