Commit d07f5a3
File tree
5 files changed
+81
-5
lines changedFilter options
- src/Symfony/Component/Form
- Extension/Core/Type
- Tests/Extension/Core/Type
5 files changed
+81
-5
lines changedsrc/Symfony/Component/Form/Extension/Core/Type/CountryType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/CountryType.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
45 | 46 |
|
46 |
| - |
47 |
| - |
| 47 | + |
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| 53 | + |
52 | 54 |
|
53 | 55 |
|
54 | 56 |
|
| 57 | + |
55 | 58 |
|
56 | 59 |
|
57 | 60 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
45 | 46 |
|
46 |
| - |
47 |
| - |
| 47 | + |
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| 53 | + |
52 | 54 |
|
53 | 55 |
|
54 | 56 |
|
| 57 | + |
55 | 58 |
|
56 | 59 |
|
57 | 60 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
| 61 | + |
| 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 | + |
| 96 | + |
61 | 97 |
|
62 | 98 |
|
63 | 99 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 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 | + |
56 | 90 |
|
57 | 91 |
|
58 | 92 |
|
|
src/Symfony/Component/Form/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/composer.json+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 |
|
|
0 commit comments