Commit faa17fe
File tree
12 files changed
+83
-22
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Form
- Node
- Tests
- Node
- TokenParser
- TokenParser
- Component/Form
- Extension/Templating
12 files changed
+83
-22
lines changedsrc/Symfony/Bridge/Twig/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
128 |
| - |
129 |
| - |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
130 | 132 |
|
131 | 133 |
|
132 | 134 |
|
|
src/Symfony/Bridge/Twig/Node/FormThemeNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Node/FormThemeNode.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php+23-2Lines changed: 23 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| ||
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
63 |
| - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
64 | 75 |
|
65 | 76 |
|
66 | 77 |
|
| ||
72 | 83 |
|
73 | 84 |
|
74 | 85 |
|
75 |
| - |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
76 | 97 |
|
77 | 98 |
|
78 | 99 |
|
|
src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
103 | 118 |
|
104 | 119 |
|
105 | 120 |
|
src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
44 | 49 |
|
45 | 50 |
|
46 | 51 |
|
| ||
50 | 55 |
|
51 | 56 |
|
52 | 57 |
|
53 |
| - |
| 58 | + |
54 | 59 |
|
55 | 60 |
|
56 | 61 |
|
|
src/Symfony/Component/Form/AbstractRendererEngine.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/AbstractRendererEngine.php+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
36 | 41 |
|
37 | 42 |
|
38 | 43 |
|
| ||
57 | 62 |
|
58 | 63 |
|
59 | 64 |
|
60 |
| - |
| 65 | + |
61 | 66 |
|
62 | 67 |
|
63 | 68 |
|
64 | 69 |
|
65 | 70 |
|
66 | 71 |
|
| 72 | + |
| 73 | + |
67 | 74 |
|
68 | 75 |
|
69 | 76 |
|
|
src/Symfony/Component/Form/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
|
src/Symfony/Component/Form/Extension/Templating/TemplatingRendererEngine.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Templating/TemplatingRendererEngine.php+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
76 |
| - |
77 |
| - |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
78 | 80 |
|
79 | 81 |
|
80 | 82 |
|
|
src/Symfony/Component/Form/FormRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormRenderer.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
|
src/Symfony/Component/Form/FormRendererEngineInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormRendererEngineInterface.php+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
27 | 29 |
|
28 |
| - |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
|
src/Symfony/Component/Form/FormRendererInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormRendererInterface.php+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
33 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
34 | 36 |
|
35 |
| - |
| 37 | + |
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
|
0 commit comments