Commit 5b07e0a
committed
feature #10414 [Validator] Checked the constraint class in constraint validators (webmozart)
This PR was merged into the 2.5-dev branch.
Discussion
----------
[Validator] Checked the constraint class in constraint validators
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | -
| License | MIT
| Doc PR | -
Commits
-------
df56c23 [Validator] Checked the constraint class in constraint validatorsFile tree
Expand file treeCollapse file tree
36 files changed
+182
-0
lines changedOpen diff view settings
Filter options
- src/Symfony
- Bridge/Doctrine/Validator/Constraints
- Component
- Form/Extension/Validator/Constraints
- Security/Core/Validator/Constraints
- Validator/Constraints
Expand file treeCollapse file tree
36 files changed
+182
-0
lines changedOpen diff view settings
Collapse file
src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
49 | 53 | |
50 | 54 | |
51 | 55 | |
|
Collapse file
src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| ||
42 | 43 | |
43 | 44 | |
44 | 45 | |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
45 | 50 | |
46 | 51 | |
47 | 52 | |
|
Collapse file
src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
20 | 21 | |
21 | 22 | |
22 | 23 | |
| ||
34 | 35 | |
35 | 36 | |
36 | 37 | |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
37 | 42 | |
38 | 43 | |
39 | 44 | |
|
Collapse file
src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
| ||
26 | 27 | |
27 | 28 | |
28 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
29 | 34 | |
30 | 35 | |
31 | 36 | |
|
Collapse file
src/Symfony/Component/Validator/Constraints/AllValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/AllValidator.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
30 | 34 | |
31 | 35 | |
32 | 36 | |
|
Collapse file
src/Symfony/Component/Validator/Constraints/BlankValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/BlankValidator.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
| ||
26 | 27 | |
27 | 28 | |
28 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
29 | 34 | |
30 | 35 | |
31 | 36 | |
|
Collapse file
src/Symfony/Component/Validator/Constraints/CallbackValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/CallbackValidator.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
33 | 37 | |
34 | 38 | |
35 | 39 | |
|
Collapse file
src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
| ||
103 | 104 | |
104 | 105 | |
105 | 106 | |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
106 | 111 | |
107 | 112 | |
108 | 113 | |
|
Collapse file
src/Symfony/Component/Validator/Constraints/ChoiceValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/ChoiceValidator.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
35 | 39 | |
36 | 40 | |
37 | 41 | |
|
Collapse file
src/Symfony/Component/Validator/Constraints/CollectionValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/CollectionValidator.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
30 | 34 | |
31 | 35 | |
32 | 36 | |
|
0 commit comments