Commit eaa506f
File tree
8 files changed
+178
-122
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Resources/config/schema
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
8 files changed
+178
-122
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+137-113Lines changed: 137 additions & 113 deletions
Large diffs are not rendered by default.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
530 | 530 |
|
531 | 531 |
|
532 | 532 |
|
533 |
| - |
| 533 | + |
534 | 534 |
|
535 | 535 |
|
536 | 536 |
|
537 |
| - |
| 537 | + |
538 | 538 |
|
539 |
| - |
| 539 | + |
540 | 540 |
|
541 | 541 |
|
542 | 542 |
|
| ||
552 | 552 |
|
553 | 553 |
|
554 | 554 |
|
555 |
| - |
| 555 | + |
556 | 556 |
|
557 | 557 |
|
558 | 558 |
|
|
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+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
254 | 254 |
|
255 | 255 |
|
256 | 256 |
|
257 |
| - |
| 257 | + |
258 | 258 |
|
259 |
| - |
260 |
| - |
| 259 | + |
| 260 | + |
261 | 261 |
|
262 |
| - |
| 262 | + |
263 | 263 |
|
264 | 264 |
|
265 | 265 |
|
| 266 | + |
266 | 267 |
|
267 | 268 |
|
268 | 269 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
334 |
| - |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
335 | 338 |
|
336 | 339 |
|
337 | 340 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows_enabled.php
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_enabled.xml
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/workflows_enabled.yml
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+10Lines changed: 10 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 |
|
| ||
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| 46 | + |
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
| ||
307 | 309 |
|
308 | 310 |
|
309 | 311 |
|
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
310 | 320 |
|
311 | 321 |
|
312 | 322 |
|
|
0 commit comments