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
Fixes incorrect handling of 'kod' key in array checks
Ensures proper validation for the presence of the 'kod' key in arrays
when determining values, defaulting to 'id' if 'kod' is absent.
This improves robustness by explicitly checking for the existence of
the 'kod' key using `array_key_exists`, avoiding potential undefined
index errors.
0 commit comments