Closed (fixed)
Project:
Localization server
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2023 at 16:21 UTC
Updated:
1 May 2023 at 15:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sutharsan commentedComment #3
sutharsan commentedComment #4
fmb commentedThanks! @nicoloye and I talked about this, and we think in most cases, unless for instance when we return a count, we should return NULL if the field is empty. So we should make the return type nullable, and we could use something like the null safe operator since we are running PHP > 8.0.
Comment #7
fmb commented