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
Problem
The documentation of the class \Phalcon\Validation\Message\Group refers to a not implemented interface \Phalcon\Validation\MessageInterface, which should act as a parameter for the function appendMessages().
Solutions
Remove the annotation and accept any kind of array containing \Phalcon\Validation\Message objects.
Provide the interface \Phalcon\Validation\MessageInterface which allows the implementation of alternative message adapters.
Priority: Low
This bug report isn't important, since there is currently no kind of interface verification.
The text was updated successfully, but these errors were encountered:
Problem
The documentation of the class
\Phalcon\Validation\Message\Group
refers to a not implemented interface\Phalcon\Validation\MessageInterface
, which should act as a parameter for the functionappendMessages()
.Solutions
\Phalcon\Validation\Message
objects.\Phalcon\Validation\MessageInterface
which allows the implementation of alternative message adapters.Priority: Low
This bug report isn't important, since there is currently no kind of interface verification.
The text was updated successfully, but these errors were encountered: