mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Fix CS
This commit is contained in:
@@ -34,8 +34,8 @@ class RedisPubSubHandler extends AbstractProcessingHandler
|
||||
private $channelKey;
|
||||
|
||||
/**
|
||||
* @param \Predis\Client|\Redis $redis The redis instance
|
||||
* @param string $key The channel key to publish records to
|
||||
* @param \Predis\Client|\Redis $redis The redis instance
|
||||
* @param string $key The channel key to publish records to
|
||||
*/
|
||||
public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user