Skip to content

Commit 1cab31d

Browse files
committed
Fix code style
1 parent 433fc07 commit 1cab31d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Constraints/DefaultPropertiesTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ public function testValidCases($input, $schema, $expectOutput = null)
104104

105105
$this->assertTrue($validator->isValid(), print_r($validator->getErrors(), true));
106106

107-
if($expectOutput !== null)
107+
if ($expectOutput !== null) {
108108
$this->assertEquals($expectOutput, json_encode($inputDecoded));
109+
}
109110
}
110111

111112
/**

0 commit comments

Comments
 (0)