pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

TRational offsetExists and offsetUnset handles null, unit tests #935

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

Minor update to handle null with unit tests.

null value was missing from offsetExists and offsetUnset. This makes the handling of null uniform