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

fix typo #5336

Merged
merged 1 commit into from
Oct 24, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Router/Http/TreeRouteStack.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function addPrototype($name, $route)
* Get a prototype. * Get a prototype.
* *
* @param string $name * @param string $name
* @return RouterInterface|null * @return RouteInterface|null
*/ */
public function getPrototype($name) public function getPrototype($name)
{ {
Expand Down