Skip to content

Commit

Permalink
zendframework#7169 zendframework#6666 - removing duplicate filter ent…
Browse files Browse the repository at this point in the history
…ry from plugin manager
  • Loading branch information
Ocramius authored and TomHAnderson committed Feb 24, 2015
1 parent ac9656b commit 5fcd08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Zend/Filter/FilterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class FilterPluginManager extends AbstractPluginManager
'worddashtounderscore' => 'Zend\Filter\Word\DashToUnderscore',
'wordseparatortocamelcase' => 'Zend\Filter\Word\SeparatorToCamelCase',
'wordseparatortodash' => 'Zend\Filter\Word\SeparatorToDash',
'wordseparatortoseparator' => 'Zend\Filter\Word\SeparatorToSeparator',
'wordunderscoretocamelcase' => 'Zend\Filter\Word\UnderscoreToCamelCase',
'wordunderscoretostudlycase' => 'Zend\Filter\Word\UnderscoreToStudlyCase',
'wordunderscoretodash' => 'Zend\Filter\Word\UnderscoreToDash',
Expand Down

0 comments on commit 5fcd08e

Please sign in to comment.