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
The documentation for Phalcon\Mvc\Router\Group::add states, that add() on a group would return an instance of RouteInterface but it really returns an instance of Route.
After calling add we shouldn't call convert because convert is a Route member but not RouteInterface.
The text was updated successfully, but these errors were encountered:
sergeyklay
changed the title
Add convert method to the Phalcon\Mvc\RouteInterface
Add convert method to the Phalcon\Mvc\Router\RouteInterface
May 31, 2018
The documentation for
Phalcon\Mvc\Router\Group::add
states, thatadd()
on a group would return an instance ofRouteInterface
but it really returns an instance ofRoute
.After calling
add
we shouldn't callconvert
becauseconvert
is aRoute
member but notRouteInterface
.The text was updated successfully, but these errors were encountered: