membrane-php / membrane-core

Membrane is a general purpose input validation library, supports both PHP Attributes and OpenAPI specifications
Other
1 stars 2 forks source link

Add rendered() to MessageSet #153

Closed charjr closed 8 months ago

charjr commented 11 months ago

I'm often finding I need to do a doubly nested foreach loop to render all messages in a message set.

This should help cut down code when rendering info from messages.

charjr commented 8 months ago

Closed for now. May add this in the future if it accompanies useful refactoring.