laminas / laminas-validator

Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
https://docs.laminas.dev/laminas-validator/
BSD 3-Clause "New" or "Revised" License
126 stars 55 forks source link

Clean up usage of `$this->options` #341

Closed gsteel closed 2 months ago

gsteel commented 2 months ago
Q A
QA yes

Description

StringLength::$options was completely unused

Ip and NumberComparison validators have been refactored internally to use typed instance properties instead of $options array