Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc3a5ef

Browse filesBrowse files
committed
Updated CHANGELOG.md of Validator Component
1 parent 98d899f commit fc3a5ef
Copy full SHA for fc3a5ef

File tree

2 files changed

+5
-1
lines changed
Filter options

2 files changed

+5
-1
lines changed

‎src/Symfony/Component/Validator/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
5.3.0
5+
-----
6+
* added a `HexaColor` constraint to validate hexadecimal colors
7+
48
5.2.0
59
-----
610

‎src/Symfony/Component/Validator/Constraints/HexaColor.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/HexaColor.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Mathieu Santostefano <msantostefano@protonmail.com>
2222
*/
23-
#[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
23+
#[Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
2424
class HexaColor extends Constraint
2525
{
2626
public const VALIDATION_MODE_HTML5 = 'html5';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.