You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #10031 the product category must be nullable (xabbuh)
This PR was merged into the 4.0 branch.
Discussion
----------
the product category must be nullable
At first I wanted to sync the return type of `getCategory()` with the changes done in #9951. Though while looking at the rest of the chapter I noticed that we indeed call `setCategory()` with `null` in a follow-up example. So I decided to allow the property to become `null` instead.
Commits
-------
31c5930 the product category must be nullable
0 commit comments