1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00

API match

This commit is contained in:
David Windell 2013-05-28 11:50:42 +02:00
parent 9e49043f88
commit 94e31e37b8

View File

@ -15,7 +15,7 @@ use Raven_Client;
class MockRavenClient extends Raven_Client class MockRavenClient extends Raven_Client
{ {
public function capture($data, $stack) public function capture($data, $stack, $vars = null)
{ {
$this->lastData = $data; $this->lastData = $data;
$this->lastStack = $stack; $this->lastStack = $stack;