Commit 29d73d7
File tree
5 files changed
+38
-9
lines changedFilter options
- src/Symfony/Component
- HttpFoundation
- Tests
- HttpKernel
- HttpCache
- Tests/EventListener
5 files changed
+38
-9
lines changedsrc/Symfony/Component/HttpFoundation/Response.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Response.php+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
774 | 774 |
|
775 | 775 |
|
776 | 776 |
|
777 |
| - |
778 |
| - |
| 777 | + |
| 778 | + |
| 779 | + |
| 780 | + |
779 | 781 |
|
780 | 782 |
|
781 | 783 |
|
| ||
819 | 821 |
|
820 | 822 |
|
821 | 823 |
|
822 |
| - |
| 824 | + |
823 | 825 |
|
824 | 826 |
|
825 | 827 |
|
| ||
828 | 830 |
|
829 | 831 |
|
830 | 832 |
|
831 |
| - |
| 833 | + |
832 | 834 |
|
833 | 835 |
|
834 | 836 |
|
|
src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
353 | 353 |
|
354 | 354 |
|
355 | 355 |
|
356 |
| - |
357 | 356 |
|
358 |
| - |
| 357 | + |
359 | 358 |
|
360 | 359 |
|
361 | 360 |
|
| ||
436 | 435 |
|
437 | 436 |
|
438 | 437 |
|
439 |
| - |
| 438 | + |
440 | 439 |
|
441 | 440 |
|
442 | 441 |
|
|
src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
718 | 718 |
|
719 | 719 |
|
720 | 720 |
|
721 |
| - |
| 721 | + |
| 722 | + |
| 723 | + |
| 724 | + |
| 725 | + |
722 | 726 |
|
723 | 727 |
|
724 | 728 |
|
|
src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
590 | 590 |
|
591 | 591 |
|
592 | 592 |
|
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
| 606 | + |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
593 | 617 |
|
594 | 618 |
|
595 | 619 |
|
|
src/Symfony/Component/HttpKernel/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
0 commit comments