mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Add property types to all properties where possible
This commit is contained in:
@@ -39,7 +39,7 @@ class SyslogUdpHandler extends AbstractSyslogHandler
|
||||
protected UdpSocket $socket;
|
||||
protected string $ident;
|
||||
/** @var self::RFC* */
|
||||
protected $rfc;
|
||||
protected int $rfc;
|
||||
|
||||
/**
|
||||
* @param string $host Either IP/hostname or a path to a unix socket (port must be 0 then)
|
||||
|
Reference in New Issue
Block a user