@@ -23,11 +23,11 @@ |
||
23 | 23 | FormatterOptions $options = null, |
24 | 24 | ValueFormatter $formatter = null |
25 | 25 | ) { |
26 | - if ( $formatter === null ) { |
|
27 | - $formatter = $this->getInstance( $options ); |
|
26 | + if($formatter === null) { |
|
27 | + $formatter = $this->getInstance($options); |
|
28 | 28 | } |
29 | 29 | |
30 | - $this->assertEquals( $expected, $formatter->format( $value ) ); |
|
30 | + $this->assertEquals($expected, $formatter->format($value)); |
|
31 | 31 | } |
32 | 32 | |
33 | 33 | } |