diff --git a/composer.json b/composer.json index 7c21e484..ee97cd77 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "1.12.5", "phpstan/phpstan-phpunit": "1.4.0", "phpstan/phpstan-symfony": "1.4.10", - "phpunit/phpunit": "^8.5.40||^9.6.21", + "phpunit/phpunit": "^8.5.52||^9.6.33", "symfony/browser-kit": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0", "symfony/cache": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0", "symfony/dom-crawler": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0", diff --git a/src/Tracing/HttpClient/AbstractTraceableResponse.php b/src/Tracing/HttpClient/AbstractTraceableResponse.php index aba53b8e..fc88e65d 100644 --- a/src/Tracing/HttpClient/AbstractTraceableResponse.php +++ b/src/Tracing/HttpClient/AbstractTraceableResponse.php @@ -93,11 +93,11 @@ public function cancel(): void } /** - * @internal - * * @param iterable $responses * * @return \Generator + * + * @internal */ public static function stream(HttpClientInterface $client, iterable $responses, ?float $timeout): \Generator {