Skip to content

Commit

Permalink
GetDKAN#4306: properties of schema array/items do not respect propert…
Browse files Browse the repository at this point in the history
…y specs regarding element type - fix tests
  • Loading branch information
stefan-korn committed Oct 7, 2024
1 parent 234e2f5 commit d1641ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ private function getRouter() {
$email_validator = new EmailValidator();
$string_helper = new StringHelper($email_validator);
$object_helper = new ObjectHelper();
$array_helper = new ArrayHelper($object_helper);
$array_helper = new ArrayHelper($object_helper, $string_helper);
$integer_helper = new IntegerHelper();

$options = (new Options())
Expand Down

0 comments on commit d1641ef

Please sign in to comment.