- Issue created by @murilohp
- Merge request !123504590 - Fix calling first on null inside the link iterator. → (Merged) created by murilohp
- 🇧🇷Brazil murilohp
Just created an MR for 2.x with the null safe operator. The following patch is specific for 2.2.1 version. Moving to NR to see what you guys think.
- 🇵🇱Poland jsobiecki Wroclaw
Hi @murilohp,
Good catch! I'm happy to merge the MR, please solve conflicts first.
- 🇧🇷Brazil murilohp
murilohp → changed the visibility of the branch 3504590-call-to-a to hidden.
- 🇧🇷Brazil murilohp
murilohp → changed the visibility of the branch 3504590-call-to-a to active.
- 🇧🇷Brazil murilohp
Thanks for the response @jsobiecki! Just rebased the MR and it should be fine now, moving back to NR
-
jsobiecki →
committed c90f1ce6 on 2.x authored by
murilohp →
Issue #3504590 by murilohp: Call to a member function first() on null in...
-
jsobiecki →
committed c90f1ce6 on 2.x authored by
murilohp →
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
12 days ago 4:43pm 16 April 2025 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
This change introduced a comment error for
updateLink()
. The comments now say this function can@return array|null
. In fact, it can only@return array
.