Skip to content

Commit 8c3ee91

Browse files
Fix coding style
1 parent 1b94558 commit 8c3ee91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Constraints/CoerciveTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function dataCoerceCases()
134134
$tests[] = array(
135135
'{"properties":{"propertyOne":{"type":"string","const":"42"}}}',
136136
'{"propertyOne":42}',
137-
'integer', 'string', "42", true
137+
'integer', 'string', '42', true
138138
);
139139

140140
// #47 check coercion with "const"

0 commit comments

Comments
 (0)