diff --git a/components/http_client.rst b/components/http_client.rst index 9b62301ba39..e5d88cc004e 100644 --- a/components/http_client.rst +++ b/components/http_client.rst @@ -667,7 +667,7 @@ interface you need to code against when a client is needed:: public function __construct(HttpClientInterface $client) { - $this->client = $client + $this->client = $client; } // [...]