Skip to content

Commit 12b816d

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: minor
2 parents 53a44c3 + 40ed937 commit 12b816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ you to do so, by yielding the exception from its body::
20062006

20072007
// ... or you can yield the exception from a callback
20082008
new MockResponse((static function (): \Generator {
2009-
yield new TransportException('Error at transport level');
2009+
yield new TransportException('Error at transport level');
20102010
})()),
20112011
]);
20122012

0 commit comments

Comments
 (0)