Skip to content

Commit

Permalink
Merge pull request #47 from contentful/46-remove-typehint
Browse files Browse the repository at this point in the history
Remove typehint to preserver compatibiliy with older versions of Symfony
  • Loading branch information
pgrigoruta authored May 5, 2020
2 parents 9ebbf92 + d100d60 commit 30123bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataCollector/Delivery/ClientDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct($clients = [], $configurations = [])
/**
* {@inheritdoc}
*/
public function collect(Request $request, Response $response, \Throwable $exception = \null)
public function collect(Request $request, Response $response, $exception = \null)
{
$messages = [];
foreach ($this->clients as $client) {
Expand Down

0 comments on commit 30123bb

Please sign in to comment.