Commit 6580a49
File tree
Expand file treeCollapse file tree
20 files changed
+121
-56
lines changedFilter options
- src/Symfony
- Bridge/Twig/Extension
- Bundle/FrameworkBundle/DependencyInjection
- Component
- Console
- Helper
- Tests/Helper
- Debug/Tests/Exception
- DependencyInjection
- Compiler
- Tests
- Compiler
- Fixtures
- containers
- graphviz
- php
- xml
- yaml
- Process
- Serializer
- NameConverter
- Tests/NameConverter
- VarDumper/Dumper
Expand file treeCollapse file tree
20 files changed
+121
-56
lines changedsrc/Symfony/Bridge/Twig/Extension/RoutingExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/RoutingExtension.php+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
43 | 50 |
|
44 | 51 |
|
45 | 52 |
|
46 | 53 |
|
47 | 54 |
|
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
48 | 62 |
|
49 | 63 |
|
50 | 64 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
|
src/Symfony/Component/Console/Helper/QuestionHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/QuestionHelper.php+2-2Lines changed: 2 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 | 45 |
|
| ||
397 | 397 |
|
398 | 398 |
|
399 | 399 |
|
400 |
| - |
| 400 | + |
401 | 401 |
|
402 | 402 |
|
403 | 403 |
|
|
src/Symfony/Component/Console/Helper/Table.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/Table.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
479 | 479 |
|
480 | 480 |
|
481 | 481 |
|
| 482 | + |
| 483 | + |
| 484 | + |
482 | 485 |
|
483 | 486 |
|
484 | 487 |
|
|
src/Symfony/Component/Console/Tests/Helper/TableTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/TableTest.php+14-14Lines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
298 | 298 |
|
299 | 299 |
|
300 | 300 |
|
301 |
| - |
| 301 | + |
302 | 302 |
|
303 | 303 |
|
304 |
| - |
| 304 | + |
305 | 305 |
|
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
309 | 309 |
|
310 | 310 |
|
311 | 311 |
|
312 |
| - |
313 |
| - |
314 |
| - |
315 |
| - |
316 |
| - |
317 |
| - |
318 |
| - |
319 |
| - |
320 |
| - |
321 |
| - |
322 |
| - |
323 |
| - |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
324 | 324 |
|
325 | 325 |
|
326 | 326 |
|
|
src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
255 | 255 |
|
256 | 256 |
|
257 | 257 |
|
258 |
| - |
| 258 | + |
259 | 259 |
|
260 | 260 |
|
261 | 261 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php+4Lines changed: 4 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 |
|
| ||
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
116 | 142 |
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php+31Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
14 | 17 |
|
15 | 18 |
|
16 | 19 |
|
| ||
48 | 51 |
|
49 | 52 |
|
50 | 53 |
|
| 54 | + |
| 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 | + |
51 | 82 |
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
71 | 70 |
|
72 | 71 |
|
73 | 72 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 | 49 |
|
51 | 50 |
|
52 | 51 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
| 101 | + |
106 | 102 |
|
107 | 103 |
|
108 | 104 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php+3-8Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
| 107 | + |
112 | 108 |
|
113 | 109 |
|
114 | 110 |
|
| ||
294 | 290 |
|
295 | 291 |
|
296 | 292 |
|
297 |
| - |
298 |
| - |
299 |
| - |
300 | 293 |
|
301 | 294 |
|
302 | 295 |
|
| 296 | + |
| 297 | + |
303 | 298 |
|
304 | 299 |
|
305 | 300 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
| 73 | + |
78 | 74 |
|
79 | 75 |
|
80 | 76 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services9.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services9.yml-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 |
| - |
57 | 55 |
|
58 | 56 |
|
59 | 57 |
|
|
src/Symfony/Component/Process/ExecutableFinder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/ExecutableFinder.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
|
src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 |
| - |
| 50 | + |
50 | 51 |
|
51 |
| - |
52 |
| - |
| 52 | + |
| 53 | + |
53 | 54 |
|
54 |
| - |
| 55 | + |
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
|
src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php+12-9Lines changed: 12 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 |
| - |
33 |
| - |
| 32 | + |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 |
| - |
42 |
| - |
| 41 | + |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
49 |
| - |
50 |
| - |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
src/Symfony/Component/VarDumper/Dumper/CliDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/CliDumper.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
| 130 | + |
131 | 131 |
|
132 |
| - |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
|
0 commit comments