8000 bug #12569 Add missing semicolon in http_client.rst (XWB) · symfony/symfony-docs@21c334d · GitHub
[go: up one dir, main page]

Skip to content

Commit 21c334d

Browse files
committed
bug #12569 Add missing semicolon in http_client.rst (XWB)
This PR was merged into the 4.3 branch. Discussion ---------- Add missing semicolon in http_client.rst Replaces #12567 Commits ------- 5909b29 Add missing semicolon
2 parents a48a7f1 + 5909b29 commit 21c334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ interface you need to code against when a client is needed::
667667

668668
public function __construct(HttpClientInterface $client)
669669
{
670-
$this->client = $client
670+
$this->client = $client;
671671
}
672672

673673
// [...]

0 commit comments

Comments
 (0)
0