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

Membrane without default (merge first) #160

Closed charjr closed 8 months ago

charjr commented 8 months ago

close #128

Provides static constructor to Membrane to avoid using default builders.

Membrane::withoutDefaults(Builder ...$builders);

Behaviour of Membrane via standard construction remains unchanged.