Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
serialization.module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2021 at 12:32 UTC
Updated:
1 Jan 2022 at 04:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
longwaveReposting #5 from the linked issue, credit to @daffie for creating this patch.
Comment #3
paulocsI was doing a review and noticed that
Drupal\jsonapi\Serializer\Serializer::normalize()is missing the return type too.Comment #4
paulocsNew patch and interdiff.
Comment #6
paulocsI triggered the tests again and the tests pass. Previously the tests triggered unrelated failures.
Moving to Needs review again.
Comment #7
beatrizrodriguesI'll do the review
Comment #8
beatrizrodriguesPatch seems good to me. I ran the tests locally and there was no problem. The patch from #2 missed one of the ::normalize() implementations, indeed. The patch sent in #6 applied well and solved the problem. It's RTBC to me.
Comment #9
alexpottCommitted 00ad1d7 and pushed to 10.0.x. Thanks!