mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
CS fixes
This commit is contained in:
@@ -114,7 +114,7 @@ class RedisHandlerTest extends TestCase
|
||||
// Redis uses multi
|
||||
$redis->expects($this->once())
|
||||
->method('transaction')
|
||||
->will($this->returnCallback(function($cb) use ($redisTransaction){
|
||||
->will($this->returnCallback(function ($cb) use ($redisTransaction) {
|
||||
$cb($redisTransaction);
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user