Skip to content

Commit

Permalink
Remove typehint to preserver compatibiliy with older versions of Symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrigoruta committed May 5, 2020
1 parent 9ebbf92 commit d100d60
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 d100d60

Please sign in to comment.