Skip to content

Commit 4aa5cca

Browse files
authored
Merge pull request #5 from tremby/match-raven-api
Match signature of Client::send to Sentry 1.0.0
2 parents 4e30acd + abde7c8 commit 4aa5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getLastEventId()
6262
/**
6363
* {@inheritdoc}
6464
*/
65-
public function send($data)
65+
public function send(&$data)
6666
{
6767
$this->eventId = array_get($data, 'event_id');
6868

0 commit comments

Comments
 (0)