File tree
11 files changed
+41
-12
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/HttpFoundation
- Session/Storage
- Tests/Session/Storage
11 files changed
+41
-12
lines changed+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
31 | 37 |
|
32 | 38 |
|
33 | 39 |
|
|
src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+1Lines changed: 1 addition & 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 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
685 | 685 |
|
686 | 686 |
|
687 | 687 |
|
| 688 | + |
688 | 689 |
|
689 | 690 |
|
690 | 691 |
|
691 | 692 |
|
| 693 | + |
692 | 694 |
|
693 | 695 |
|
694 | 696 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
47 |
| - |
48 | 46 |
|
49 | 47 |
|
50 | 48 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/full.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/full.yml-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
41 | 39 |
|
42 | 40 |
|
43 | 41 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
676 | 676 |
|
677 | 677 |
|
678 | 678 |
|
679 |
| - |
680 |
| - |
681 | 679 |
|
682 | 680 |
|
683 | 681 |
|
|
src/Symfony/Component/HttpFoundation/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php+10-4Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
72 |
| - |
| 71 | + |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 |
| - |
130 |
| - |
| 129 | + |
| 130 | + |
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
| ||
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
| 142 | + |
| 143 | + |
142 | 144 |
|
143 | 145 |
|
144 | 146 |
|
| ||
328 | 330 |
|
329 | 331 |
|
330 | 332 |
|
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
331 | 337 |
|
332 | 338 |
|
333 | 339 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php+18Lines changed: 18 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 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| 36 | + |
| 37 | + |
35 | 38 |
|
36 | 39 |
|
37 | 40 |
|
| ||
337 | 340 |
|
338 | 341 |
|
339 | 342 |
|
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
340 | 358 |
|
src/Symfony/Component/HttpFoundation/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/composer.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
0 commit comments