Skip to content

Commit

Permalink
Remove duplicate keys in ValidatorPluginManager::factories
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
samsonasik committed Aug 21, 2020
1 parent bcd1a36 commit 89fefd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ValidatorPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,7 @@ class ValidatorPluginManager extends AbstractPluginManager
I18nValidator\IsInt::class => InvokableFactory::class,
Ip::class => InvokableFactory::class,
Isbn::class => InvokableFactory::class,
I18nValidator\IsFloat::class => InvokableFactory::class,
IsInstanceOf::class => InvokableFactory::class,
I18nValidator\IsInt::class => InvokableFactory::class,
LessThan::class => InvokableFactory::class,
NotEmpty::class => InvokableFactory::class,
I18nValidator\PhoneNumber::class => InvokableFactory::class,
Expand Down

0 comments on commit 89fefd3

Please sign in to comment.