Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[#2364] Updated SimpleRouteStack docblocks
Browse files Browse the repository at this point in the history
- Docblocks made note of BaseRoute; modified to use FQCN for
  Zend\Mvc\Router\RouteInterface
  • Loading branch information
weierophinney committed Sep 17, 2012
1 parent 8b1b4d2 commit 3c0ac0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/Zend/Mvc/Router/Http/TreeRouteStack.php
Expand Up @@ -122,9 +122,9 @@ protected function routeFromArray($specs)
}

/**
* match(): defined by BaseRoute interface.
* match(): defined by \Zend\Mvc\Router\RouteInterface
*
* @see BaseRoute::match()
* @see \Zend\Mvc\Router\RouteInterface::match()
* @param Request $request
* @return RouteMatch
*/
Expand Down Expand Up @@ -169,9 +169,9 @@ public function match(Request $request)
}

/**
* assemble(): defined by RouteInterface interface.
* assemble(): defined by \Zend\Mvc\Router\RouteInterface interface.
*
* @see BaseRoute::assemble()
* @see \Zend\Mvc\Router\RouteInterface::assemble()
* @param array $params
* @param array $options
* @return mixed
Expand Down

0 comments on commit 3c0ac0d

Please sign in to comment.