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