10000 Merge branch '7.0' into 7.1 · symfony/http-client@114e768 · GitHub
[go: up one dir, main page]

Skip to content

Commit 114e768

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix merge [AssetMapper] Split test dirs in tests Fix typo Change incorrect check for the `stateless` request attribute [Validator] add setGroupProvider to AttributeLoader use copy() instead of rename() on Windows test: kebab-case to snake_case [PropertyInfo] Handle collection in PhpStan same as PhpDoc [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
2 parents 90ace27 + 454bf78 commit 114e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CurlHttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testOverridingInternalAttributesUsingCurlOptions()
115115
$httpClient->request('POST', 'http://localhost:8057/', [
116116
'extra' => [
117117
'curl' => [
118-
\CURLOPT_PRIVATE => 'overriden private',
118+
\CURLOPT_PRIVATE => 'overridden private',
119119
],
120120
],
121121
]);

0 commit comments

Comments
 (0)
0