Skip to content

Commit f9d7f65

Browse files
authored
fixing implicit nullable deprecations for 8.4 (#288)
1 parent 9a71526 commit f9d7f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResponsePropagator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ interface ResponsePropagator
2020
*
2121
* @param mixed $carrier
2222
*/
23-
public function inject(&$carrier, PropagationSetterInterface $setter = null, ContextInterface $context = null): void;
23+
public function inject(&$carrier, ?PropagationSetterInterface $setter = null, ?ContextInterface $context = null): void;
2424
}

0 commit comments

Comments
 (0)