Commit 80cd480
committed
Merge branch '4.3' into 4.4
* 4.3:
[Debug] fix ClassNotFoundFatalErrorHandler
[Routing] Fix using a custom matcher & generator dumper class
[Dotenv] Fixed infinite loop with missing quote followed by quoted value
[HttpClient] Added missing sprintf
[TwigBridge] button_widget now has its title attr translated even if its label = null or false
[PhpUnitBridge] When using phpenv + phpenv-composer plugin, composer executable is wrapped into a bash script
[Messenger] Added check if json_encode succeeded
[Security] Prevent canceled remember-me cookie from being accepted
[FrameworkBundle][TranslationUpdateCommand] Do not output positive feedback on stderr
[Security\Guard] Fix missing typehints18 files changed
+61-37Lines changed: 61 additions & 37 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bridge
- PhpUnit/bin
- Twig/Resources/views/Form
- Bundle
- FrameworkBundle/Command
- SecurityBundle
- Tests/Functional
- Component
- Debug/Tests/FatalErrorHandler
- Dotenv
- Tests
- ErrorHandler/Tests/ErrorEnhancer
- HttpClient/Response
- Messenger/Tests/Transport/RedisExt
- Routing
- Security
- Guard
- Firewall
- Provider
- Http
- RememberMe
- Tests/RememberMe
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+11-11Lines changed: 11 additions & 11 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
192 | 192 | |
193 | 193 | |
194 | 194 | |
195 | | - |
196 | | - |
| 195 | + |
| 196 | + |
197 | 197 | |
198 | 198 | |
199 | 199 | |
200 | 200 | |
201 | 201 | |
202 | 202 | |
203 | | - |
| 203 | + |
204 | 204 | |
205 | 205 | |
206 | 206 | |
| ||
214 | 214 | |
215 | 215 | |
216 | 216 | |
217 | | - |
218 | | - |
| 217 | + |
| 218 | + |
219 | 219 | |
220 | 220 | |
221 | | - |
222 | | - |
| 221 | + |
| 222 | + |
223 | 223 | |
224 | 224 | |
225 | | - |
| 225 | + |
226 | 226 | |
227 | 227 | |
228 | 228 | |
229 | 229 | |
230 | 230 | |
231 | 231 | |
232 | 232 | |
233 | | - |
| 233 | + |
234 | 234 | |
235 | 235 | |
236 | 236 | |
| ||
242 | 242 | |
243 | 243 | |
244 | 244 | |
245 | | - |
| 245 | + |
246 | 246 | |
247 | 247 | |
248 | 248 | |
| ||
251 | 251 | |
252 | 252 | |
253 | 253 | |
254 | | - |
| 254 | + |
255 | 255 | |
256 | 256 | |
257 | 257 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
243 | 243 | |
244 | 244 | |
245 | 245 | |
| 246 | + |
246 | 247 | |
247 | 248 | |
248 | 249 | |
|
Collapse file
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
106 | 106 | |
107 | 107 | |
108 | 108 | |
109 | | - |
| 109 | + |
110 | 110 | |
111 | 111 | |
112 | 112 | |
|
Collapse file
src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
228 | 228 | |
229 | 229 | |
230 | 230 | |
231 | | - |
232 | | - |
233 | | - |
| 231 | + |
234 | 232 | |
235 | 233 | |
236 | 234 | |
237 | | - |
| 235 | + |
238 | 236 | |
239 | 237 | |
240 | 238 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
213 | 213 | |
214 | 214 | |
215 | 215 | |
216 | | - |
217 | | - |
| 216 | + |
| 217 | + |
218 | 218 | |
219 | 219 | |
220 | 220 | |
221 | | - |
| 221 | + |
222 | 222 | |
223 | 223 | |
224 | 224 | |
| ||
228 | 228 | |
229 | 229 | |
230 | 230 | |
231 | | - |
| 231 | + |
232 | 232 | |
233 | 233 | |
234 | 234 | |
| ||
296 | 296 | |
297 | 297 | |
298 | 298 | |
299 | | - |
| 299 | + |
300 | 300 | |
301 | 301 | |
302 | 302 | |
| ||
308 | 308 | |
309 | 309 | |
310 | 310 | |
311 | | - |
| 311 | + |
312 | 312 | |
313 | 313 | |
314 | 314 | |
| ||
328 | 328 | |
329 | 329 | |
330 | 330 | |
331 | | - |
| 331 | + |
332 | 332 | |
333 | 333 | |
334 | 334 | |
|
Collapse file
src/Symfony/Bundle/SecurityBundle/Tests/Functional/ClearRememberMeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/ClearRememberMeTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
src/Symfony/Bundle/SecurityBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
|
Collapse file
src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
35 | 39 | |
36 | 40 | |
37 | 41 | |
|
Collapse file
src/Symfony/Component/Dotenv/Dotenv.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Dotenv/Dotenv.php+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
277 | 277 | |
278 | 278 | |
279 | 279 | |
280 | | - |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
281 | 284 | |
282 | 285 | |
283 | 286 | |
|
Collapse file
src/Symfony/Component/Dotenv/Tests/DotenvTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Dotenv/Tests/DotenvTest.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
|
0 commit comments