Commit 78c23c7
committed
File tree
Expand file treeCollapse file tree
27 files changed
+168
-79
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Tests
- DependencyInjection
- Fixtures
- Serialization
- Resources
- Validation
- Resources
- Component
- Form
- Tests
- HttpFoundation/Tests
- Routing/Tests/Matcher
- Security
- Core
- Authentication/Token
- Exception
- Tests
- Authentication/Token
- Exception
- Guard/Token
- Serializer/Tests/Encoder
Expand file treeCollapse file tree
27 files changed
+168
-79
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
644 | 644 |
|
645 | 645 |
|
646 | 646 |
|
| 647 | + |
647 | 648 |
|
648 | 649 |
|
649 | 650 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+29Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
103 | 132 |
|
104 | 133 |
|
105 | 134 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Author.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Author.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Person.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Person.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Resources/author.yml
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Resources/person.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Resources/person.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Author.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Author.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Person.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Person.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Resources/author.yml
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
| 3 | + |
| 4 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Resources/person.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Resources/person.xml+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 |
| - |
12 |
| - |
| 10 | + |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
src/Symfony/Component/Form/FormRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormRenderer.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
163 |
| - |
164 |
| - |
165 |
| - |
| 163 | + |
| 164 | + |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
|
src/Symfony/Component/Form/Tests/AbstractTableLayoutTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/AbstractTableLayoutTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
470 | 470 |
|
471 | 471 |
|
472 | 472 |
|
473 |
| - |
| 473 | + |
474 | 474 |
|
475 | 475 |
|
476 | 476 |
|
|
src/Symfony/Component/HttpFoundation/Tests/RequestTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/RequestTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
783 | 783 |
|
784 | 784 |
|
785 | 785 |
|
786 |
| - |
| 786 | + |
787 | 787 |
|
788 | 788 |
|
789 | 789 |
|
790 | 790 |
|
791 | 791 |
|
792 |
| - |
793 |
| - |
| 792 | + |
| 793 | + |
794 | 794 |
|
795 | 795 |
|
796 | 796 |
|
|
src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php+13-2Lines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
708 | 708 |
|
709 | 709 |
|
710 | 710 |
|
711 |
| - |
| 711 | + |
712 | 712 |
|
713 | 713 |
|
714 | 714 |
|
715 | 715 |
|
716 |
| - |
| 716 | + |
717 | 717 |
|
718 | 718 |
|
719 | 719 |
|
| ||
743 | 743 |
|
744 | 744 |
|
745 | 745 |
|
| 746 | + |
| 747 | + |
| 748 | + |
| 749 | + |
| 750 | + |
| 751 | + |
| 752 | + |
| 753 | + |
| 754 | + |
| 755 | + |
| 756 | + |
746 | 757 |
|
747 | 758 |
|
748 | 759 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php+17-9Lines changed: 17 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
| 139 | + |
| 140 | + |
| 141 | + |
147 | 142 |
|
148 | 143 |
|
149 | 144 |
|
150 | 145 |
|
151 | 146 |
|
152 | 147 |
|
153 | 148 |
|
154 |
| - |
| 149 | + |
155 | 150 |
|
156 | 151 |
|
157 | 152 |
|
| ||
231 | 226 |
|
232 | 227 |
|
233 | 228 |
|
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
234 | 242 |
|
235 | 243 |
|
236 | 244 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
70 |
| - |
| 72 | + |
71 | 73 |
|
72 | 74 |
|
73 | 75 |
|
src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
| 83 | + |
| 84 | + |
83 | 85 |
|
84 | 86 |
|
85 | 87 |
|
86 | 88 |
|
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
90 |
| - |
| 92 | + |
91 | 93 |
|
92 | 94 |
|
93 | 95 |
|
src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
| 97 | + |
| 98 | + |
| 99 | + |
102 | 100 |
|
103 | 101 |
|
104 | 102 |
|
105 | 103 |
|
106 | 104 |
|
107 | 105 |
|
108 | 106 |
|
109 |
| - |
| 107 | + |
110 | 108 |
|
111 | 109 |
|
112 | 110 |
|
src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
100 | 102 |
|
101 | 103 |
|
102 |
| - |
| 104 | + |
103 | 105 |
|
104 | 106 |
|
105 | 107 |
|
src/Symfony/Component/Security/Core/Exception/AccountStatusException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/AccountStatusException.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
51 | 50 |
|
52 | 51 |
|
53 | 52 |
|
54 | 53 |
|
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
58 |
| - |
| 57 | + |
59 | 58 |
|
60 | 59 |
|
61 | 60 |
|
|
src/Symfony/Component/Security/Core/Exception/AuthenticationException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/AuthenticationException.php+21-3Lines changed: 21 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
41 | 44 |
|
42 | 45 |
|
43 |
| - |
| 46 | + |
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
48 | 51 |
|
49 |
| - |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
50 | 68 |
|
51 | 69 |
|
52 | 70 |
|
| ||
57 | 75 |
|
58 | 76 |
|
59 | 77 |
|
60 |
| - |
| 78 | + |
61 | 79 |
|
62 | 80 |
|
63 | 81 |
|
|
0 commit comments