Commit d2714b5
committed
Merge branch '7.4' into 8.0
* 7.4:
[Validator][Serializer] Make internal properties private
[VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties
Remove direct access to internal properties cross-components
remove deprecated nullable option from primary key columns
[Validator] Optimize serialized metadata and cleanup tests
specific fix to avoid 'outag' when inflecting 'outages'
Use <info> for options in command description
[ObjectMapper] Remove obsolete TODO
[HttpFoundation][HttpKernel][WebProfilerBundle] Add support for the `QUERY` HTTP method
[DependencyInjection] Don’t autowire excluded services
Add bool return type to CustomCredentials callable parameter
[Process] Enhance hasSystemCallBeenInterrupted function for non-english locale
[FrameworkBundle] Make `cache:warmup` warm up read-only caches1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
62 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
63 | 75 | | |
64 | 76 | | |
65 | 77 | | |
| |||
0 commit comments