File tree
11 files changed
+44
-18
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- schema
- Tests
- DependencyInjection
- Functional/app/CachePools
- Component
- Cache/Tests/Adapter
- DependencyInjection
- Compiler
- Tests/Compiler
11 files changed
+44
-18
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CachePoolPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
555 | 555 |
|
556 | 556 |
|
557 | 557 |
|
| 558 | + |
558 | 559 |
|
559 | 560 |
|
560 | 561 |
|
| ||
563 | 564 |
|
564 | 565 |
|
565 | 566 |
|
566 |
| - |
| 567 | + |
567 | 568 |
|
568 | 569 |
|
569 | 570 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+10-7Lines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
| 125 | + |
125 | 126 |
|
126 | 127 |
|
127 | 128 |
|
| ||
138 | 139 |
|
139 | 140 |
|
140 | 141 |
|
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 | 142 |
|
146 | 143 |
|
147 | 144 |
|
| ||
1022 | 1019 |
|
1023 | 1020 |
|
1024 | 1021 |
|
1025 |
| - |
1026 |
| - |
1027 |
| - |
| 1022 | + |
1028 | 1023 |
|
1029 | 1024 |
|
1030 | 1025 |
|
| ||
1034 | 1029 |
|
1035 | 1030 |
|
1036 | 1031 |
|
| 1032 | + |
| 1033 | + |
| 1034 | + |
| 1035 | + |
| 1036 | + |
| 1037 | + |
| 1038 | + |
| 1039 | + |
1037 | 1040 |
|
1038 | 1041 |
|
1039 | 1042 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_pools.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_pools.xml+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
14 | 23 |
|
15 | 24 |
|
16 | 25 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 |
| - |
220 | 219 |
|
221 | 220 |
|
222 | 221 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
| 268 | + |
| 269 | + |
| 270 | + |
268 | 271 |
|
269 | 272 |
|
270 | 273 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_config.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/CachePools/redis_config.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
src/Symfony/Bundle/FrameworkBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/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 |
|
| ||
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 |
| - |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
| ||
97 | 96 |
|
98 | 97 |
|
99 | 98 |
|
100 |
| - |
101 |
| - |
102 |
| - |
| 99 | + |
103 | 100 |
|
104 | 101 |
|
105 | 102 |
|
| 103 | + |
106 | 104 |
|
107 | 105 |
|
108 | 106 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
309 | 309 |
|
310 | 310 |
|
311 | 311 |
|
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
312 | 326 |
|
313 | 327 |
|
314 | 328 |
|
|
0 commit comments