mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 17:46:09 +02:00
Fix type errors, thanks phan
This commit is contained in:
@@ -17,6 +17,8 @@ class UdpSocket
|
||||
|
||||
protected $ip;
|
||||
protected $port;
|
||||
|
||||
/** @var resource|null */
|
||||
protected $socket;
|
||||
|
||||
public function __construct($ip, $port = 514)
|
||||
|
Reference in New Issue
Block a user