userfrosting / fortress

A schema-driven system for elegant whitelisting, transformation and validation of user input on both the client and server sides from a unified set of rules.
Other
25 stars 9 forks source link

Updated RequestDataTransformer#70 and updated its test for Null validators #21

Closed unplugged216 closed 7 years ago

unplugged216 commented 7 years ago

On line 70 I changed isset to array_key_exists to account null values.

Example description: