Skip to content

Commit 34e4e8b

Browse files
committed
Fix codeigniter
1 parent ee2ea3b commit 34e4e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DDTrace/Integrations/CodeIgniter/V2/CodeIgniterIntegration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function (SpanData $span, $args, $retval, $ex) use ($adapter, $service) {
222222
/*
223223
* Replicate CodeIgniter's route parsing, as matching key is never stored or returned in the framework.
224224
*/
225-
private static function setNormalizedRoute($rootSpan, string $pattern): void {
225+
private static function setNormalizedRoute($rootSpan, string $pattern) {
226226
$cacheKey = $pattern;
227227
$normalizedRoute = \DDTrace\routing_cache_get($cacheKey);
228228
if ($normalizedRoute === false) {

0 commit comments

Comments
 (0)