I’m using V::errors() to get a specific errormessage:
V::errors( $toValidate,
['minLength' => 5, 'maxLength' => 7],
['minLength' => 'Give some more Text','maxLength' => 'Give some less Text']
)
This returns the common messages. What do i wrong?