We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef10680 + a5efc61 commit 88199b9Copy full SHA for 88199b9
clients/mock-client.rst
@@ -161,7 +161,7 @@ To conditionally return a response when a request is matched::
161
162
// $requestMatcher is an instance of Http\Message\RequestMatcher
163
164
- $response = $this->createMock(ResponseInterface:class);
+ $response = $this->createMock(ResponseInterface::class);
165
$client->on($requestMatcher, $response);
166
167
// $request is an instance of Psr\Http\Message\RequestInterface
0 commit comments