Skip to content

Commit 230acb2

Browse files
committed
Fix typo
1 parent fb791fd commit 230acb2

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)