File tree
97 files changed
+856
-533
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Command
- DataCollector
- Extension
- Form
- Node
- NodeVisitor
- Tests
- Command
- Extension
- Fixtures
- Node
- NodeVisitor
- TokenParser
- Translation
- TokenParser
- Translation
- Bundle
- FrameworkBundle/Tests/Fragment
- SecurityBundle
- Twig/Extension
- TwigBundle
- CacheWarmer
- Controller
- Debug
- DependencyInjection
- Configurator
- Extension
- Loader
- Node
- Resources/config
- Tests
- Controller
- DependencyInjection
- Compiler
- Loader
- TokenParser
- TokenParser
- WebProfilerBundle
- Controller
- EventListener
- Profiler
- Tests
- Controller
- DependencyInjection
- EventListener
- Profiler
- Twig
- Component/HttpKernel
- DataCollector
- Fragment
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+856
-533
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
src/Symfony/Bridge/Twig/Command/DebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Command/DebugCommand.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 |
| - |
| 41 | + |
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 |
| - |
| 49 | + |
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| ||
165 | 166 |
|
166 | 167 |
|
167 | 168 |
|
168 |
| - |
| 169 | + |
169 | 170 |
|
170 | 171 |
|
171 | 172 |
|
|
src/Symfony/Bridge/Twig/Command/LintCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Command/LintCommand.php+14-9Lines changed: 14 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
20 | 25 |
|
21 | 26 |
|
22 | 27 |
|
| ||
39 | 44 |
|
40 | 45 |
|
41 | 46 |
|
42 |
| - |
| 47 | + |
43 | 48 |
|
44 |
| - |
| 49 | + |
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
48 | 53 |
|
49 | 54 |
|
50 |
| - |
| 55 | + |
51 | 56 |
|
52 | 57 |
|
53 | 58 |
|
| ||
117 | 122 |
|
118 | 123 |
|
119 | 124 |
|
120 |
| - |
| 125 | + |
121 | 126 |
|
122 | 127 |
|
123 | 128 |
|
| ||
140 | 145 |
|
141 | 146 |
|
142 | 147 |
|
143 |
| - |
| 148 | + |
144 | 149 |
|
145 | 150 |
|
146 | 151 |
|
147 |
| - |
| 152 | + |
148 | 153 |
|
149 |
| - |
| 154 | + |
150 | 155 |
|
151 | 156 |
|
152 |
| - |
| 157 | + |
153 | 158 |
|
154 | 159 |
|
155 | 160 |
|
| ||
207 | 212 |
|
208 | 213 |
|
209 | 214 |
|
210 |
| - |
| 215 | + |
211 | 216 |
|
212 | 217 |
|
213 | 218 |
|
|
src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
18 | 22 |
|
19 | 23 |
|
20 | 24 |
|
| ||
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
29 |
| - |
| 33 | + |
30 | 34 |
|
31 | 35 |
|
32 | 36 |
|
| ||
73 | 77 |
|
74 | 78 |
|
75 | 79 |
|
76 |
| - |
| 80 | + |
77 | 81 |
|
78 |
| - |
| 82 | + |
79 | 83 |
|
80 | 84 |
|
81 | 85 |
|
| ||
96 | 100 |
|
97 | 101 |
|
98 | 102 |
|
99 |
| - |
| 103 | + |
100 | 104 |
|
101 | 105 |
|
102 | 106 |
|
|
src/Symfony/Bridge/Twig/Extension/AssetExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/AssetExtension.php+7-4Lines changed: 7 additions & 4 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 |
|
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
22 |
| - |
| 25 | + |
23 | 26 |
|
24 | 27 |
|
25 | 28 |
|
| ||
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
43 |
| - |
44 |
| - |
45 |
| - |
| 46 | + |
| 47 | + |
| 48 | + |
46 | 49 |
|
47 | 50 |
|
48 | 51 |
|
|
src/Symfony/Bridge/Twig/Extension/CodeExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/CodeExtension.php+13-9Lines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
14 | 18 |
|
15 | 19 |
|
16 | 20 |
|
17 | 21 |
|
18 | 22 |
|
19 |
| - |
| 23 | + |
20 | 24 |
|
21 | 25 |
|
22 | 26 |
|
| ||
42 | 46 |
|
43 | 47 |
|
44 | 48 |
|
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
53 | 57 |
|
54 | 58 |
|
55 | 59 |
|
|
src/Symfony/Bridge/Twig/Extension/DumpExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/DumpExtension.php+9-4Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
17 | 22 |
|
18 | 23 |
|
19 | 24 |
|
20 | 25 |
|
21 | 26 |
|
22 | 27 |
|
23 |
| - |
| 28 | + |
24 | 29 |
|
25 | 30 |
|
26 | 31 |
|
| ||
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
35 |
| - |
| 40 | + |
36 | 41 |
|
37 | 42 |
|
38 | 43 |
|
| ||
46 | 51 |
|
47 | 52 |
|
48 | 53 |
|
49 |
| - |
| 54 | + |
50 | 55 |
|
51 | 56 |
|
52 | 57 |
|
| ||
55 | 60 |
|
56 | 61 |
|
57 | 62 |
|
58 |
| - |
| 63 | + |
59 | 64 |
|
60 | 65 |
|
61 | 66 |
|
|
src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
15 | 19 |
|
16 | 20 |
|
17 | 21 |
|
18 | 22 |
|
19 | 23 |
|
20 | 24 |
|
21 |
| - |
| 25 | + |
22 | 26 |
|
23 | 27 |
|
24 | 28 |
|
25 | 29 |
|
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
29 |
| - |
| 33 | + |
30 | 34 |
|
31 | 35 |
|
32 | 36 |
|
|
src/Symfony/Bridge/Twig/Extension/FormExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/FormExtension.php+22-14Lines changed: 22 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
17 | 25 |
|
18 | 26 |
|
19 | 27 |
|
20 | 28 |
|
21 | 29 |
|
22 | 30 |
|
23 | 31 |
|
24 |
| - |
| 32 | + |
25 | 33 |
|
26 | 34 |
|
27 | 35 |
|
| ||
39 | 47 |
|
40 | 48 |
|
41 | 49 |
|
42 |
| - |
| 50 | + |
43 | 51 |
|
44 | 52 |
|
45 | 53 |
|
| ||
61 | 69 |
|
62 | 70 |
|
63 | 71 |
|
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
74 | 82 |
|
75 | 83 |
|
76 | 84 |
|
| ||
80 | 88 |
|
81 | 89 |
|
82 | 90 |
|
83 |
| - |
| 91 | + |
84 | 92 |
|
85 | 93 |
|
86 | 94 |
|
| ||
90 | 98 |
|
91 | 99 |
|
92 | 100 |
|
93 |
| - |
| 101 | + |
94 | 102 |
|
95 | 103 |
|
96 | 104 |
|
|
0 commit comments