Skip to content

Commit

Permalink
fixing docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Mar 18, 2024
1 parent 8ffae1b commit c343b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phalcon/Cli/Router.zep
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class Router extends AbstractInjectionAware implements RouterInterface
/**
* Returns a route object by its id
*
* @param int|string $id
* @param mixed $id
*/
public function getRouteById(var id) -> <RouteInterface> | bool
{
Expand Down
2 changes: 1 addition & 1 deletion phalcon/Mvc/Router.zep
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ class Router extends AbstractInjectionAware implements RouterInterface, EventsAw
/**
* Returns a route object by its id
*
* @param mixed id
* @param mixed $id
*
* @return RouteInterface|bool
*/
Expand Down

0 comments on commit c343b52

Please sign in to comment.