File tree
6 files changed
+29
-5
lines changedFilter options
- src/Symfony/Component/Validator
- Constraints
- Resources/translations
- Tests/Constraints
6 files changed
+29
-5
lines changedsrc/Symfony/Component/Validator/Constraints/AtLeastOneOf.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/AtLeastOneOf.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
src/Symfony/Component/Validator/Constraints/AtLeastOneOfValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/AtLeastOneOfValidator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
src/Symfony/Component/Validator/Resources/translations/validators.en.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.en.xlf+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
374 | 374 |
|
375 | 375 |
|
376 | 376 |
|
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
377 | 385 |
|
378 | 386 |
|
379 | 387 |
|
src/Symfony/Component/Validator/Resources/translations/validators.es.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.es.xlf+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
374 | 374 |
|
375 | 375 |
|
376 | 376 |
|
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
377 | 385 |
|
378 | 386 |
|
379 | 387 |
|
src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
374 | 374 |
|
375 | 375 |
|
376 | 376 |
|
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
377 | 385 |
|
378 | 386 |
|
379 | 387 |
|
src/Symfony/Component/Validator/Tests/Constraints/AtLeastOneOfValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/AtLeastOneOfValidatorTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
| 109 | + |
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
|
0 commit comments