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

Commit

Permalink
Browse files Browse the repository at this point in the history
- per php-cs-fixer
  • Loading branch information
weierophinney committed May 1, 2013
1 parent 2ade8f5 commit c8ea9ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ValidatorPluginManagerAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Zend\Validator;

interface ValidatorPluginManagerAwareInterface
interface ValidatorPluginManagerAwareInterface
{
/**
* Set validator plugin manager
Expand All @@ -24,4 +24,4 @@ public function setValidatorPluginManager(ValidatorPluginManager $pluginManager)
* @return ValidatorPluginManager
*/
public function getValidatorPluginManager();
}
}

0 comments on commit c8ea9ac

Please sign in to comment.