Commit 49e13b6
committed
Merge branch '8.0' into 8.1
* 8.0:
[Validator] Fix Compound constraint with nested Composite and validation groups
[Messenger][AmazonSqs] Do not override queue-level DelaySeconds when no DelayStamp is set5 files changed
+110-6Lines changed: 110 additions & 6 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component
- Messenger/Bridge/AmazonSqs
- Tests/Transport
- Transport
- Validator
- Constraints
- Tests/Constraints
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsSenderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsSenderTest.php+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
| ||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | | - |
| 67 | + |
68 | 68 | |
69 | 69 | |
70 | 70 | |
|
Collapse file
src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsSender.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsSender.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
|
Collapse file
src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
357 | 357 | |
358 | 358 | |
359 | 359 | |
360 | | - |
| 360 | + |
361 | 361 | |
362 | 362 | |
363 | 363 | |
| ||
366 | 366 | |
367 | 367 | |
368 | 368 | |
369 | | - |
370 | | - |
371 | 369 | |
372 | 370 | |
373 | 371 | |
374 | 372 | |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
375 | 378 | |
376 | 379 | |
377 | 380 | |
|
Collapse file
src/Symfony/Component/Validator/Constraints/Compound.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/Compound.php+42Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
35 | 40 | |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
36 | 45 | |
37 | 46 | |
38 | 47 | |
| ||
51 | 60 | |
52 | 61 | |
53 | 62 | |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
54 | 96 | |
Collapse file
src/Symfony/Component/Validator/Tests/Constraints/CompoundTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/CompoundTest.php+59Lines changed: 59 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
| 17 | + |
| 18 | + |
16 | 19 | |
17 | 20 | |
18 | 21 | |
| ||
24 | 27 | |
25 | 28 | |
26 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
27 | 60 | |
28 | 61 | |
29 | 62 | |
| ||
33 | 66 | |
34 | 67 | |
35 | 68 | |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
0 commit comments