Commit 16f5711
File tree
5 files changed
+10
-3
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- Controller
- DependencyInjection
- Tests
- Controller
- DependencyInjection
5 files changed
+10
-3
lines changedsrc/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
| 91 | + |
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
403 | 403 |
|
404 | 404 |
|
405 | 405 |
|
406 |
| - |
| 406 | + |
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
410 | 410 |
|
411 |
| - |
| 411 | + |
412 | 412 |
|
413 | 413 |
|
414 | 414 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1655 | 1655 |
|
1656 | 1656 |
|
1657 | 1657 |
|
1658 |
| - |
| 1658 | + |
| 1659 | + |
1659 | 1660 |
|
1660 | 1661 |
|
1661 | 1662 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
648 | 648 |
|
649 | 649 |
|
650 | 650 |
|
| 651 | + |
| 652 | + |
651 | 653 |
|
652 | 654 |
|
653 | 655 |
|
| ||
750 | 752 |
|
751 | 753 |
|
752 | 754 |
|
| 755 | + |
| 756 | + |
753 | 757 |
|
754 | 758 |
|
755 | 759 |
|
|
0 commit comments