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

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#5998-missing-bitwise…
Browse files Browse the repository at this point in the history
…-validator-in-validator-plugin-manager'

Close zendframework/zendframework#5998
  • Loading branch information
Ocramius committed Apr 3, 2014
3 parents 0ca818a + 6814be7 + 3b2c55d commit 7264594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ValidatorPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class ValidatorPluginManager extends AbstractPluginManager
'barcodeupce' => 'Zend\Validator\Barcode\Upce',
'barcode' => 'Zend\Validator\Barcode',
'between' => 'Zend\Validator\Between',
'bitwise' => 'Zend\Validator\Bitwise',
'callback' => 'Zend\Validator\Callback',
'creditcard' => 'Zend\Validator\CreditCard',
'csrf' => 'Zend\Validator\Csrf',
Expand Down

0 comments on commit 7264594

Please sign in to comment.