Skip to content

Commit

Permalink
fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslopcru committed Apr 16, 2024
1 parent 1e9eb0e commit 632b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracing/HttpClient/TraceableResponseForV4.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class TraceableResponseForV4 extends AbstractTraceableResponse
/**
* {@inheritdoc}
*/
public function getInfo(string $type = null)
public function getInfo(string $type = null): mixed
{
return $this->response->getInfo($type);
}
Expand Down

0 comments on commit 632b713

Please sign in to comment.