Commit ad9008e
File tree
Expand file treeCollapse file tree
7 files changed
+41
-6
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle/DependencyInjection
- TwigBundle
- Component
- EventDispatcher/Tests
- Form
- Extension/Core/Type
- Tests/Extension/Core/Type
- HttpFoundation
- Session/Storage
- Tests/Session/Storage
Expand file treeCollapse file tree
7 files changed
+41
-6
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
627 | 627 |
|
628 | 628 |
|
629 | 629 |
|
630 |
| - |
631 |
| - |
632 |
| - |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
633 | 637 |
|
634 | 638 |
|
635 | 639 |
|
|
src/Symfony/Bundle/TwigBundle/TwigEngine.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/TwigEngine.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
60 | 64 |
|
61 | 65 |
|
62 | 66 |
|
|
src/Symfony/Component/EventDispatcher/Tests/EventTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Tests/EventTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/DateType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/DateType.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
279 | 279 |
|
280 | 280 |
|
281 | 281 |
|
282 |
| - |
| 282 | + |
| 283 | + |
| 284 | + |
283 | 285 |
|
284 | 286 |
|
285 | 287 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
778 | 778 |
|
779 | 779 |
|
780 | 780 |
|
| 781 | + |
| 782 | + |
| 783 | + |
| 784 | + |
| 785 | + |
| 786 | + |
| 787 | + |
| 788 | + |
| 789 | + |
| 790 | + |
| 791 | + |
| 792 | + |
| 793 | + |
| 794 | + |
| 795 | + |
| 796 | + |
| 797 | + |
| 798 | + |
| 799 | + |
| 800 | + |
| 801 | + |
781 | 802 |
|
src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
|
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+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
88 | 89 |
|
89 | 90 |
|
| 91 | + |
| 92 | + |
| 93 | + |
90 | 94 |
|
91 | 95 |
|
92 | 96 |
|
|
0 commit comments