Skip to content

Commit

Permalink
styleci fixed
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Uhlmann <[email protected]>
  • Loading branch information
patriceckhart and jonnitto authored Mar 1, 2025
1 parent fc5d339 commit 9d9a08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/AbstractFormObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected function stringifyValue($value): string
return $identifier;
}
}
if(is_array($value)) {
if (is_array($value)) {
$value = json_encode($value);
}
return (string)$value;
Expand Down

0 comments on commit 9d9a08d

Please sign in to comment.