Skip to content

Commit

Permalink
TASK: Fix php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Feb 14, 2024
1 parent 66c2221 commit fc4299e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private function serializePropertyValue(
$serializedPropertyValue = $this->serializer->normalize($propertyValue);
} catch (NotEncodableValueException | NotNormalizableValueException $e) {
throw new \RuntimeException(
sprintf('There was a problem serializing property %s with value "%s".', $propertyName->value, get_debug_type($propertyValue)),
sprintf('There was a problem serializing property %s with value "%s".', $propertyName->value, get_debug_type($propertyValue)),
1594842314,
$e
);
Expand Down

0 comments on commit fc4299e

Please sign in to comment.