Commit 378c4f9
File tree
Expand file treeCollapse file tree
8 files changed
+98
-106
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/Workflow
- DependencyInjection
- Tests/DependencyInjection
Expand file treeCollapse file tree
8 files changed
+98
-106
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+26-6Lines changed: 26 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
583 | 583 |
|
584 | 584 |
|
585 | 585 |
|
| 586 | + |
586 | 587 |
|
587 | 588 |
|
588 | 589 |
|
589 | 590 |
|
590 | 591 |
|
591 | 592 |
|
592 |
| - |
| 593 | + |
593 | 594 |
|
594 |
| - |
595 |
| - |
596 |
| - |
597 |
| - |
598 |
| - |
599 | 595 |
|
600 | 596 |
|
601 | 597 |
|
| ||
620 | 616 |
|
621 | 617 |
|
622 | 618 |
|
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
623 | 643 |
|
624 | 644 |
|
625 | 645 |
|
|
src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 | 55 |
|
57 | 56 |
|
58 | 57 |
|
| ||
110 | 109 |
|
111 | 110 |
|
112 | 111 |
|
113 |
| - |
114 | 112 |
|
115 | 113 |
|
116 | 114 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflow_not_valid.php
Copy file name to clipboard+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_not_valid.xml
Copy file name to clipboard+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/workflow_not_valid.yml
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/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
218 |
| - |
219 | 218 |
|
220 | 219 |
|
221 | 220 |
|
| ||
237 | 236 |
|
238 | 237 |
|
239 | 238 |
|
240 |
| - |
241 | 239 |
|
242 | 240 |
|
243 | 241 |
|
| ||
272 | 270 |
|
273 | 271 |
|
274 | 272 |
|
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
275 | 282 |
|
276 | 283 |
|
277 | 284 |
|
|
src/Symfony/Component/Workflow/DependencyInjection/ValidateWorkflowsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/DependencyInjection/ValidateWorkflowsPass.php-64Lines changed: 0 additions & 64 deletions
This file was deleted.
src/Symfony/Component/Workflow/Tests/DependencyInjection/ValidateWorkflowsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Tests/DependencyInjection/ValidateWorkflowsPassTest.php-32Lines changed: 0 additions & 32 deletions
This file was deleted.
0 commit comments