diff --git a/src/Symfony/Component/HttpFoundation/Response.php b/src/Symfony/Component/HttpFoundation/Response.php index 7e8c5f1f5c..50832affca 100644 --- a/src/Symfony/Component/HttpFoundation/Response.php +++ b/src/Symfony/Component/HttpFoundation/Response.php @@ -1211,7 +1211,7 @@ class Response } /** - * Mark a response as safe according to RFC8674. + * Marks a response as safe according to RFC8674. * * @see https://tools.ietf.org/html/rfc8674 */