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

Commit

Permalink
Merge branch 'hotfix/3473'
Browse files Browse the repository at this point in the history
Close #3473
  • Loading branch information
weierophinney committed Jan 21, 2013
2 parents ec43e98 + 44c23f4 commit 8d8d889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Mvc/Router/Console/Catchall.php
Expand Up @@ -72,12 +72,12 @@ class Catchall implements RouteInterface
protected $assembledParams = array();

/**
* @var \Zend\Validator\ValidatorChain
* @var ValidatorChain
*/
protected $validators;

/**
* @var \Zend\Filter\FilterChain
* @var FilterChain
*/
protected $filters;

Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Service/ControllerLoaderFactory.php
Expand Up @@ -25,7 +25,7 @@ class ControllerLoaderFactory implements FactoryInterface
/**
* Create the controller loader service
*
* Creates and returns an instance of Controller\ControllerManager. The
* Creates and returns an instance of ControllerManager. The
* only controllers this manager will allow are those defined in the
* application configuration's "controllers" array. If a controller is
* matched, the scoped manager will attempt to load the controller.
Expand Down

0 comments on commit 8d8d889

Please sign in to comment.