I use email validator in my code, but when the value is empty string, it still validate, and throw the message. I think there is PresenceOf validator can do this job, if the value must be filled, then use PresenceOf. Now my email field can be empty, but I still want to validator it when it has value, how can I do? Can phalcon fix this?