Skip to content

Commit 40ed937

Browse files
committed
minor
1 parent e804355 commit 40ed937

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
@@ -2005,7 +2005,7 @@ you to do so, by yielding the exception from its body::
20052005

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

0 commit comments

Comments
 (0)