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 \Phalcon\Cli\Router must be compatible with \Phalcon\Cli\RouterInterface
The \Phalcon\Cli\Router should implements \Phalcon\Cli\RouterInterface
To Reproduce
class Router extends \Phalcon\Cli\Router implements \Phalcon\Cli\RouterInterface
{
}
Will result in:
Fatal error: Declaration of Phalcon\Cli\Router::getRouteById($id) must be compatible with Phalcon\Cli\RouterInterface::getRouteById($id): Phalcon\Cli\Router\RouteInterface
The text was updated successfully, but these errors were encountered:
Describe the bug
\Phalcon\Cli\Router
must be compatible with\Phalcon\Cli\RouterInterface
\Phalcon\Cli\Router
should implements\Phalcon\Cli\RouterInterface
To Reproduce
Will result in:
The text was updated successfully, but these errors were encountered: