Commit 519eb1c
File tree
4 files changed
+25
-6
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Component/HttpKernel/EventListener
4 files changed
+25
-6
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
935 | 935 |
|
936 | 936 |
|
937 | 937 |
|
| 938 | + |
| 939 | + |
938 | 940 |
|
939 | 941 |
|
940 | 942 |
|
941 | 943 |
|
942 | 944 |
|
943 | 945 |
|
| 946 | + |
944 | 947 |
|
945 | 948 |
|
946 | 949 |
|
| 950 | + |
947 | 951 |
|
948 | 952 |
|
949 | 953 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1537 | 1537 |
|
1538 | 1538 |
|
1539 | 1539 |
|
| 1540 | + |
| 1541 | + |
| 1542 | + |
| 1543 | + |
| 1544 | + |
| 1545 | + |
1540 | 1546 |
|
1541 | 1547 |
|
1542 | 1548 |
|
|
src/Symfony/Component/HttpKernel/EventListener/SessionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/SessionListener.php+14-5Lines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
| 37 | + |
37 | 38 |
|
38 |
| - |
39 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
44 | 47 |
|
45 |
| - |
46 | 48 |
|
47 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
48 | 57 |
|
49 | 58 |
|
50 | 59 |
|
|
0 commit comments