Skip to content

Commit

Permalink
add type to $socket
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Neid <[email protected]>
  • Loading branch information
pavog and matthi4s authored Oct 24, 2023
1 parent 4609139 commit c626494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Communication/Socket/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Socket implements SocketInterface, SelectableSocketInterface
/**
* @var resource
*/
protected $socket;
protected mixed $socket;

/**
* @param resource|Socket $socket
Expand Down

0 comments on commit c626494

Please sign in to comment.