Icinga / ipl-html

HTML abstraction layer for the Icinga PHP Library
MIT License
1 stars 1 forks source link

Make addDefaultValidators() protected and pass validator chain #90

Closed lippserd closed 2 years ago

lippserd commented 2 years ago

The chain is now passed to save calls to getValidators() and is now protected as it is not intended to be called outside of the class.