We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef10680 commit a5efc61Copy full SHA for a5efc61
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