mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +02:00
API match
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user