Commit 8d96861
committed
File tree
19 files changed
+163
-76
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Tests/DependencyInjection
- Component
- HttpFoundation
- File/MimeType
- Tests/File
- Fixtures
- HttpKernel
- EventListener
- Tests/EventListener
- Ldap/Tests
- Mime
- Routing
- Matcher
- Dumper
- Tests/Matcher
- Security/Http
- Firewall
- Tests/Firewall
- Validator
- Resources/translations
- VarDumper/Tests/Caster
19 files changed
+163
-76
lines changedsrc/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
169 |
| - |
| 169 | + |
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
| 113 | + |
113 | 114 |
|
114 | 115 |
|
115 | 116 |
|
| ||
1208 | 1209 |
|
1209 | 1210 |
|
1210 | 1211 |
|
| 1212 | + |
| 1213 | + |
| 1214 | + |
| 1215 | + |
| 1216 | + |
| 1217 | + |
1211 | 1218 |
|
1212 | 1219 |
|
1213 | 1220 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
| ||
882 | 883 |
|
883 | 884 |
|
884 | 885 |
|
885 |
| - |
| 886 | + |
| 887 | + |
| 888 | + |
| 889 | + |
| 890 | + |
886 | 891 |
|
887 | 892 |
|
888 | 893 |
|
|
src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
814 | 814 |
|
815 | 815 |
|
816 | 816 |
|
817 |
| - |
| 817 | + |
| 818 | + |
| 819 | + |
| 820 | + |
| 821 | + |
| 822 | + |
| 823 | + |
818 | 824 |
|
819 | 825 |
|
src/Symfony/Component/HttpFoundation/Tests/File/Fixtures/case-sensitive-mime-type.xlsm
Copy file name to clipboard4.68 KB
Binary file not shown.
src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
97 | 109 |
|
98 | 110 |
|
99 | 111 |
|
|
src/Symfony/Component/HttpKernel/EventListener/SessionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/SessionListener.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
| ||
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
44 | 52 |
|
45 | 53 |
|
| 54 | + |
| 55 | + |
46 | 56 |
|
47 | 57 |
|
48 | 58 |
|
|
src/Symfony/Component/Ldap/Tests/LdapTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Ldap/Tests/LdapTestCase.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
11 | 19 |
|
12 | 20 |
|
13 | 21 |
|
|
src/Symfony/Component/Mime/MimeTypes.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/MimeTypes.php+15-2Lines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
| ||
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
83 |
| - |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
84 | 93 |
|
85 | 94 |
|
86 | 95 |
|
87 | 96 |
|
88 | 97 |
|
89 | 98 |
|
90 | 99 |
|
91 |
| - |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
92 | 105 |
|
93 | 106 |
|
94 | 107 |
|
|
src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php+9-4Lines changed: 9 additions & 4 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 | + |
| 147 | + |
139 | 148 |
|
140 | 149 |
|
141 | 150 |
|
142 | 151 |
|
143 | 152 |
|
144 | 153 |
|
145 | 154 |
|
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 | 155 |
|
151 | 156 |
|
152 | 157 |
|
|
src/Symfony/Component/Routing/Matcher/UrlMatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/UrlMatcher.php+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
158 | 158 |
|
159 | 159 |
|
160 | 160 |
|
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
161 | 169 |
|
162 | 170 |
|
163 | 171 |
|
| ||
166 | 174 |
|
167 | 175 |
|
168 | 176 |
|
169 |
| - |
170 |
| - |
171 |
| - |
172 |
| - |
173 | 177 |
|
174 | 178 |
|
175 | 179 |
|
|
src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
190 | 201 |
|
191 | 202 |
|
192 | 203 |
|
|
src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
| 136 | + |
| 137 | + |
136 | 138 |
|
137 | 139 |
|
138 | 140 |
|
| ||
150 | 152 |
|
151 | 153 |
|
152 | 154 |
|
153 |
| - |
| 155 | + |
154 | 156 |
|
155 | 157 |
|
156 | 158 |
|
|
src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php+7-56Lines changed: 7 additions & 56 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
| 134 | + |
| 135 | + |
135 | 136 |
|
| 137 | + |
136 | 138 |
|
137 | 139 |
|
138 | 140 |
|
| ||
146 | 148 |
|
147 | 149 |
|
148 | 150 |
|
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 |
| - |
170 |
| - |
171 |
| - |
172 |
| - |
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
180 |
| - |
181 |
| - |
182 |
| - |
| 151 | + |
| 152 | + |
183 | 153 |
|
184 |
| - |
| 154 | + |
185 | 155 |
|
186 | 156 |
|
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
| 157 | + |
191 | 158 |
|
192 | 159 |
|
193 | 160 |
|
| ||
202 | 169 |
|
203 | 170 |
|
204 | 171 |
|
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
217 |
| - |
218 |
| - |
219 |
| - |
220 |
| - |
221 | 172 |
|
222 | 173 |
|
223 | 174 |
|
|
0 commit comments