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

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
- Ensured all file and class level docblocks are correct
- Removed all extraneous import statements
- Ensured @throws and property annotations are correct
  • Loading branch information
weierophinney committed Jun 22, 2012
1 parent 72d8a5a commit 4a63d7f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/ValidatorPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
namespace Zend\Validator;

use Zend\ServiceManager\AbstractPluginManager;
use Zend\ServiceManager\ConfigurationInterface;

/**
* @category Zend
Expand All @@ -32,14 +31,7 @@
class ValidatorPluginManager extends AbstractPluginManager
{
/**
* Aliases for registered filter invokables
*
* @var array
*/
protected $aliases = array();

/**
* Default set of filters
* Default set of validators
*
* @var array
*/
Expand Down

0 comments on commit 4a63d7f

Please sign in to comment.