We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a71526 commit f9d7f65Copy full SHA for f9d7f65
src/ResponsePropagator.php
@@ -20,5 +20,5 @@ interface ResponsePropagator
20
*
21
* @param mixed $carrier
22
*/
23
- public function inject(&$carrier, PropagationSetterInterface $setter = null, ContextInterface $context = null): void;
+ public function inject(&$carrier, ?PropagationSetterInterface $setter = null, ?ContextInterface $context = null): void;
24
}
0 commit comments