-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Strongly type Fieldlist #11235
API Strongly type Fieldlist #11235
Conversation
d538902
to
cef6ba8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
insertBefore()
and insertAfter()
return a bool sometimes - but should return null
in those cases instead to be more like other methods in this class.
4b99563
to
8b6bb67
Compare
4d88bde
to
68adc84
Compare
68adc84
to
ce66dd8
Compare
ce66dd8
to
5e04225
Compare
5e04225
to
a504477
Compare
a504477
to
7b847f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - looks like some changes to castedCopy()
were made since my last review, in the future please make sure you point out changes that happen after a review that aren't related to that review. I could have missed those, and if there were problems with them I might not have noticed the problems.
In this case the changes look good.
Issue #11198