Skip to content

Commit 0826c12

Browse files
authored
Fix PHP8.4 deprecation warning
1 parent 11543b2 commit 0826c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tracing/HttpClient/TraceableResponseForV4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class TraceableResponseForV4 extends AbstractTraceableResponse
1212
/**
1313
* {@inheritdoc}
1414
*/
15-
public function getInfo(string $type = null)
15+
public function getInfo(?string $type = null)
1616
{
1717
return $this->response->getInfo($type);
1818
}

0 commit comments

Comments
 (0)