Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor null coalescing operator in field mapping
Replaced the ternary shorthand (`?:`) with the null coalescing operator (`??`) for better readability and PHP compatibility. This ensures a cleaner handling of missing array keys or null values.
- Loading branch information