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

Commit

Permalink
Merge pull request zendframework/zendframework#7489 from ASvi/phpDoc-…
Browse files Browse the repository at this point in the history
…fixes

Updated phpDoc and removed duplicates
  • Loading branch information
weierophinney committed May 7, 2015
8 parents 07741e7 + 320207a + 445c622 + e27e201 + ed4e6cb + f979380 + 2351779 + d6528b4 commit fabfdcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ValidatorPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class ValidatorPluginManager extends AbstractPluginManager
'isfloat' => 'Zend\I18n\Validator\IsFloat',
'isinstanceof' => 'Zend\Validator\IsInstanceOf',
'isint' => 'Zend\I18n\Validator\IsInt',
'ip' => 'Zend\Validator\Ip',
'lessthan' => 'Zend\Validator\LessThan',
'notempty' => 'Zend\Validator\NotEmpty',
'phonenumber' => 'Zend\I18n\Validator\PhoneNumber',
Expand Down

0 comments on commit fabfdcc

Please sign in to comment.