Commit 8a27d79
File tree
Expand file treeCollapse file tree
16 files changed
+138
-49
lines changedFilter options
- src/Symfony
- Bridge/Twig/Tests/Node
- Component
- Console
- Formatter
- Helper
- Style
- Tests
- Fixtures/Style/SymfonyStyle
- command
- output
- Helper
- Form
- Extension/Validator
- Constraints
- Type
- Tests/Extension/Validator
- Constraints
- Type
- Validator/Resources/translations
Expand file treeCollapse file tree
16 files changed
+138
-49
lines changed+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
| 9 | + |
8 | 10 |
|
9 | 11 |
|
10 | 12 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| 18 | + |
17 | 19 |
|
18 | 20 |
|
19 | 21 |
|
|
+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
44 | 52 |
|
45 | 53 |
|
46 | 54 |
|
| ||
54 | 62 |
|
55 | 63 |
|
56 | 64 |
|
| 65 | + |
src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
src/Symfony/Component/Console/Formatter/OutputFormatter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Formatter/OutputFormatter.php+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
38 | 52 |
|
39 | 53 |
|
40 | 54 |
|
|
src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.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/Console/Style/SymfonyStyle.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Style/SymfonyStyle.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php
Copy file name to clipboard+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
96 | 105 |
|
97 | 106 |
|
98 | 107 |
|
99 |
| - |
| 108 | + |
100 | 109 |
|
101 |
| - |
| 110 | + |
102 | 111 |
|
103 | 112 |
|
104 | 113 |
|
|
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+11-4Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
57 | 60 |
|
58 | 61 |
|
59 | 62 |
|
| ||
233 | 236 |
|
234 | 237 |
|
235 | 238 |
|
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
236 | 243 |
|
237 | 244 |
|
238 | 245 |
|
src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
|
src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php+26-15Lines changed: 26 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 |
| - |
76 |
| - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
99 |
| - |
| 98 | + |
100 | 99 |
|
101 | 100 |
|
102 |
| - |
103 |
| - |
| 101 | + |
| 102 | + |
104 | 103 |
|
105 | 104 |
|
106 | 105 |
|
| ||
121 | 120 |
|
122 | 121 |
|
123 | 122 |
|
124 |
| - |
125 |
| - |
| 123 | + |
126 | 124 |
|
127 | 125 |
|
128 | 126 |
|
| ||
180 | 178 |
|
181 | 179 |
|
182 | 180 |
|
183 |
| - |
| 181 | + |
184 | 182 |
|
185 | 183 |
|
186 | 184 |
|
| ||
392 | 390 |
|
393 | 391 |
|
394 | 392 |
|
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
395 | 408 |
|
396 | 409 |
|
397 | 410 |
|
398 | 411 |
|
399 | 412 |
|
400 | 413 |
|
401 | 414 |
|
402 |
| - |
403 |
| - |
| 415 | + |
404 | 416 |
|
405 | 417 |
|
406 | 418 |
|
| ||
415 | 427 |
|
416 | 428 |
|
417 | 429 |
|
418 |
| - |
| 430 | + |
419 | 431 |
|
420 | 432 |
|
421 | 433 |
|
| ||
432 | 444 |
|
433 | 445 |
|
434 | 446 |
|
435 |
| - |
436 |
| - |
| 447 | + |
437 | 448 |
|
438 | 449 |
|
439 | 450 |
|
| ||
571 | 582 |
|
572 | 583 |
|
573 | 584 |
|
574 |
| - |
| 585 | + |
575 | 586 |
|
576 | 587 |
|
577 | 588 |
|
|
src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
73 | 83 |
|
74 | 84 |
|
0 commit comments