five-for-the-future/plugins
Ian Dunn 8c28881812
Contributors: Apply ?? before array cast, to avoid PHP notice.
Previously the `$user->team_names` would be cast to an array before the null coalescing operator executed. If the `team_names` field wasn't set in the database, PHP would throw an error before trying to apply the null coalescing operator.
2022-08-15 10:54:11 -07:00
..
wporg-5ftf Contributors: Apply ?? before array cast, to avoid PHP notice. 2022-08-15 10:54:11 -07:00