diff --git a/src/DataCollector/Delivery/ClientDataCollector.php b/src/DataCollector/Delivery/ClientDataCollector.php index 36bdd10..d30b3d3 100644 --- a/src/DataCollector/Delivery/ClientDataCollector.php +++ b/src/DataCollector/Delivery/ClientDataCollector.php @@ -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) {