Commit c871857
committed
File tree
19 files changed
+315
-128
lines changedFilter options
- src/Symfony
- Bundle/DebugBundle
- DependencyInjection
- Resources/config
- Component
- DependencyInjection
- Compiler
- ParameterBag
- Tests/Compiler
- HttpKernel
- Controller/ArgumentResolver
- DataCollector
- EventListener
- Tests
- Controller/ArgumentResolver
- DataCollector
- VarDumper
- Dumper
- Resources/css
- Server
- Tests
- Dumper
- Fixtures
- Server
19 files changed
+315
-128
lines changedsrc/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php+11-15Lines changed: 11 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| ||
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
46 |
| - |
| 45 | + |
| 46 | + |
| 47 | + |
47 | 48 |
|
48 |
| - |
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 |
| - |
59 |
| - |
| 58 | + |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
75 | 71 |
|
76 | 72 |
|
77 | 73 |
|
|
src/Symfony/Bundle/DebugBundle/Resources/config/services.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DebugBundle/Resources/config/services.xml+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
53 |
| - |
54 |
| - |
55 |
| - |
| 54 | + |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
src/Symfony/Bundle/DebugBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DebugBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| 87 | + |
| 88 | + |
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
|
src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
90 | 95 |
|
91 | 96 |
|
92 | 97 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php+27-1Lines changed: 27 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
226 | 226 |
|
227 | 227 |
|
228 | 228 |
|
229 |
| - |
| 229 | + |
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
237 | 252 |
|
238 | 253 |
|
239 | 254 |
|
| ||
260 | 275 |
|
261 | 276 |
|
262 | 277 |
|
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
263 | 288 |
|
264 | 289 |
|
| 290 | + |
265 | 291 |
|
266 | 292 |
|
267 | 293 |
|
|
src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
|
src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php+14-13Lines changed: 14 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
42 | 41 |
|
43 | 42 |
|
44 |
| - |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
51 |
| - |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
| ||
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
61 |
| - |
| 62 | + |
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
| ||
71 | 72 |
|
72 | 73 |
|
73 | 74 |
|
74 |
| - |
75 |
| - |
76 |
| - |
77 | 75 |
|
78 | 76 |
|
79 | 77 |
|
80 |
| - |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
81 | 83 |
|
| 84 | + |
| 85 | + |
82 | 86 |
|
83 | 87 |
|
84 | 88 |
|
| ||
141 | 145 |
|
142 | 146 |
|
143 | 147 |
|
144 |
| - |
145 |
| - |
146 |
| - |
147 | 148 |
|
148 | 149 |
|
149 | 150 |
|
| ||
245 | 246 |
|
246 | 247 |
|
247 | 248 |
|
248 |
| - |
| 249 | + |
249 | 250 |
|
250 | 251 |
|
251 | 252 |
|
|
src/Symfony/Component/HttpKernel/EventListener/DumpListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/DumpListener.php+11-3Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| 30 | + |
29 | 31 |
|
30 |
| - |
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
| 36 | + |
34 | 37 |
|
35 | 38 |
|
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
39 | 42 |
|
| 43 | + |
40 | 44 |
|
41 |
| - |
42 |
| - |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
43 | 51 |
|
44 | 52 |
|
45 | 53 |
|
|
src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/ServiceValueResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/ServiceValueResolverTest.php+28Lines changed: 28 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 |
|
18 | 19 |
|
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| ||
85 | 87 |
|
86 | 88 |
|
87 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
88 | 109 |
|
89 | 110 |
|
90 | 111 |
|
| ||
110 | 131 |
|
111 | 132 |
|
112 | 133 |
|
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 |
| - |
| 65 | + |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
src/Symfony/Component/HttpKernel/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
|
src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
167 |
| - |
| 167 | + |
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
|
0 commit comments