mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 22:42:38 +01:00
API match
This commit is contained in:
parent
9e49043f88
commit
94e31e37b8
@ -15,7 +15,7 @@ use Raven_Client;
|
||||
|
||||
class MockRavenClient extends Raven_Client
|
||||
{
|
||||
public function capture($data, $stack)
|
||||
public function capture($data, $stack, $vars = null)
|
||||
{
|
||||
$this->lastData = $data;
|
||||
$this->lastStack = $stack;
|
||||
|
Loading…
x
Reference in New Issue
Block a user