Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | interdiff_3285136_2-8.patch | 778 bytes | andregp |
| #8 | 3285136_8.patch | 5.39 KB | andregp |
| #6 | 3285136.patch | 5.22 KB | catch |
| #4 | 3285136.patch | 3.73 KB | catch |
| #2 | 3285136.patch | 2.36 KB | catch |
Comments
Comment #2
catchComment #3
longwaveDefault parameter value removed, fallback code removed, docblock did not mention the NULL option so it does not need updating.
Comment #4
catchLet's do SiteConfigureForm here too, a bit random but not many left and it's the same type of change.
Comment #5
longwaveThe constructor signature needs updating to include the typehints, and there is a section in the docblock about this that can then be removed.
Comment #6
catchWe can also remove DeprecatedServicePropertyTrait and the usage.
Comment #7
longwaveWe can also remove this from the docblock:
Comment #8
andregp commented@longwave, here is it.
Comment #9
longwaveThanks, this looks good now.
Comment #10
alexpottCommitted ad7357c and pushed to 10.0.x. Thanks!