File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 }
1515 ],
1616 "require" : {
17- "php" : " >=5.3.0"
17+ "php" : " >=5.3.0" ,
18+ "symfony/intl" : " ~2.5"
1819 },
1920 "require-dev" : {
2021 "phpspec/phpspec" : " 2.0.*" ,
Original file line number Diff line number Diff line change 11extensions :
2- - Coduo\PhpSpec\DataProviderExtension
2+ - Coduo\PhpSpec\DataProvider\ DataProviderExtension
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ private function castBooleanToString()
6767 */
6868 private function castDoubleToString ()
6969 {
70- $ formatter = new \NumberFormatter ($ this ->locale , \NumberFormatter::PATTERN_DECIMAL );
70+ $ formatter = new \NumberFormatter ($ this ->locale , \NumberFormatter::DEFAULT_STYLE );
7171 return $ formatter ->format ($ this ->value );
7272 }
7373}
You can’t perform that action at this time.
0 commit comments