From 1d281f9d52689d231cb6f6bed39b76d7f2a2cf8e Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Thu, 17 Nov 2022 23:40:04 +0100 Subject: [PATCH] [Validator] File: fix versionadded of extensionsMessage option --- reference/constraints/File.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/File.rst b/reference/constraints/File.rst index 674056ee0c8..f407942a53d 100644 --- a/reference/constraints/File.rst +++ b/reference/constraints/File.rst @@ -275,7 +275,7 @@ You can find a list of existing mime types on the `IANA website`_. .. versionadded:: 6.2 - The ``extensionsMessage`` option was introduced in Symfony 6.3. + The ``extensionsMessage`` option was introduced in Symfony 6.2. The message displayed if the extension of the file is not a valid extension per the `extensions`_ option.