Skip to content

Commit 1b94558

Browse files
Fix counting
1 parent 789c97e commit 1b94558

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
@@ -137,7 +137,7 @@ public function dataCoerceCases()
137137
'integer', 'string', "42", true
138138
);
139139

140-
// #46 check coercion with "const"
140+
// #47 check coercion with "const"
141141
$tests[] = array(
142142
'{"properties":{"propertyOne":{"type":"number","const":42}}}',
143143
'{"propertyOne":"42"}',

0 commit comments

Comments
 (0)