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 14
14
}
15
15
],
16
16
"require" : {
17
- "php" : " >=5.3.0"
17
+ "php" : " >=5.3.0" ,
18
+ "symfony/intl" : " ~2.5"
18
19
},
19
20
"require-dev" : {
20
21
"phpspec/phpspec" : " 2.0.*" ,
Original file line number Diff line number Diff line change 1
1
extensions :
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()
67
67
*/
68
68
private function castDoubleToString ()
69
69
{
70
- $ formatter = new \NumberFormatter ($ this ->locale , \NumberFormatter::PATTERN_DECIMAL );
70
+ $ formatter = new \NumberFormatter ($ this ->locale , \NumberFormatter::DEFAULT_STYLE );
71
71
return $ formatter ->format ($ this ->value );
72
72
}
73
73
}
You can’t perform that action at this time.
0 commit comments