Skip to content

Commit 68f39b5

Browse files
committed
minor #9913 Mistake in http_foundation.rst (vuras)
This PR was merged into the 4.1 branch. Discussion ---------- Mistake in http_foundation.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- acd02c8 Update http_foundation.rst
2 parents 2f05812 + acd02c8 commit 68f39b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ this complexity and defines some methods for the most common tasks::
271271

272272
// Joins an associative array into a string for use in an HTTP header
273273
HeaderUtils::toString(array('foo' => 'abc', 'bar' => true, 'baz' => 'a b c'), ',')
274-
// => 'foo=bar, baz, baz="a b c"'
274+
// => 'foo=abc, bar, baz="a b c"'
275275

276276
// Encodes a string as a quoted string, if necessary
277277
HeaderUtils::quote('foo "bar"')

0 commit comments

Comments
 (0)