Skip to content

Commit 04d8c90

Browse files
authored
cleanup: codestyle
1 parent cca2910 commit 04d8c90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/HttpClient/Tests/RetryableHttpClientTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ public function testCancelOnTimeout()
188188
}
189189
}
190190

191-
public function testRetryWithDelay(): void
191+
public function testRetryWithDelay()
192192
{
193-
$retryAfter = "0.46";
193+
$retryAfter = '0.46';
194194

195195
$client = new RetryableHttpClient(
196196
new MockHttpClient([
@@ -201,7 +201,7 @@ public function testRetryWithDelay(): void
201201
]
202202
]),
203203
new MockResponse('', [
204-
'http_code' => 200,
204+
'http_code' => 200
205205
]),
206206
]),
207207
new GenericRetryStrategy(),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy