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

Commit

Permalink
Merge branch 'feature/4510' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 23, 2013
2 parents 9cec0a0 + 8e49021 commit bd6d40b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FilterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class FilterPluginManager extends AbstractPluginManager
'normalizedtolocalized' => 'Zend\Filter\NormalizedToLocalized',
'null' => 'Zend\Filter\Null',
'numberformat' => 'Zend\I18n\Filter\NumberFormat',
'numberparse' => 'Zend\I18n\Filter\NumberParse',
'pregreplace' => 'Zend\Filter\PregReplace',
'realpath' => 'Zend\Filter\RealPath',
'stringtolower' => 'Zend\Filter\StringToLower',
Expand Down

0 comments on commit bd6d40b

Please sign in to comment.