Skip to content

Commit

Permalink
Adjusted integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Nov 22, 2023
1 parent def1a93 commit fa1a8a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ public function getValidatorSchema()
return [
'FileSizeValidator' => [
'maxFileSize' => [
'type' => 'float',
'default' => false,
'type' => 'numeric',
'default' => null,
],
],
'AlternativeTextValidator' => [
Expand Down

0 comments on commit fa1a8a0

Please sign in to comment.