diff --git a/src/FluentLogger.php b/src/FluentLogger.php index 027b75f..7f9686f 100644 --- a/src/FluentLogger.php +++ b/src/FluentLogger.php @@ -108,7 +108,7 @@ class FluentLogger implements LoggerInterface public function __construct($host = FluentLogger::DEFAULT_ADDRESS, $port = FluentLogger::DEFAULT_LISTEN_PORT, array $options = array(), - PackerInterface $packer = null) + ?PackerInterface $packer = null) { /* keep original host and port */ $this->host = $host;