Completed
Push — master ( d0b786...f128d5 )
by Thomas
07:24
created
tests/phpunit/ValueFormatters/JsonLd/JsonLdFormatterTestBase.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,11 +23,11 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.