You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To validate the provided options of a filter during the build step the function
validate(array $options): void
should be added to the FilterInterface (or a new interface to reduce overhead for filters not using the validation). This method can be used to validate the options array and throw an exception, if for example a required option is missing.
The text was updated successfully, but these errors were encountered:
wol-soft
added a commit
to wol-soft/php-json-schema-model-generator-production
that referenced
this issue
Oct 17, 2022
To validate the provided options of a filter during the build step the function
should be added to the
FilterInterface
(or a new interface to reduce overhead for filters not using the validation). This method can be used to validate the options array and throw an exception, if for example a required option is missing.The text was updated successfully, but these errors were encountered: