We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ed8fb commit 733c4c8Copy full SHA for 733c4c8
Constraints/Regex.php
@@ -38,7 +38,7 @@ class Regex extends Constraint
38
/**
39
* @param string|array<string,mixed>|null $pattern The regular expression to match
40
* @param string|null $htmlPattern The pattern to use in the HTML5 pattern attribute
41
- * @param bool|null $match Whether to validate the value matches the configured pattern or not (defaults to false)
+ * @param bool|null $match Whether to validate the value matches the configured pattern or not (defaults to true)
42
* @param string[]|null $groups
43
* @param array<string,mixed> $options
44
*/
0 commit comments