Skip to content

Commit f4fa2d5

Browse files
authored
feat: Update contrib for the experimental response propagator interface (#436)
* Revise contrib for response propagator * Bumped composer.json * Updated Yii composer.json * Fixed instrumentation integration tests * Fixed Propagation tests * Fixed style issue for Symfony * Fixed semconv issue of MongoDB * Bumped sem-conv version in MongoDB to 1.36
1 parent 99e1375 commit f4fa2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OtelSdkBundle/Util/ServicesConfiguratorHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public static function create(ServicesConfigurator $configurator): self
3030

3131
/**
3232
* @param string $class
33-
* @psalm-param class-string $class
3433
* @param bool $alias
34+
* @psalm-param class-string $class
3535
* @return ServiceConfigurator
3636
*/
3737
public function setService(string $class, bool $alias = true): ServiceConfigurator

0 commit comments

Comments
 (0)