Skip to content

Commit 30f9175

Browse files
committed
minor symfony#16820 Fix typo (j0k3r)
This PR was merged into the 2.3 branch. Discussion ---------- Fix typo | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Commits ------- 230acb2 Fix typo
2 parents fb791fd + 230acb2 commit 30f9175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ public function getVary()
929929
* Sets the Vary header.
930930
*
931931
* @param string|array $headers
932-
* @param bool $replace Whether to replace the actual value of not (true by default)
932+
* @param bool $replace Whether to replace the actual value or not (true by default)
933933
*
934934
* @return Response
935935
*/

0 commit comments

Comments
 (0)