Skip to content

Commit

Permalink
Fixed incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mburtscher committed Apr 16, 2021
1 parent ac570bb commit d58b4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Publisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function generateHtml(ObjectBase $object): string
} elseif (is_object($property->value)) {
throw new UnexpectedValueException(
sprintf(
"Cannot handle value of type '%0' for property '%1'.",
"Cannot handle value of type '%s' for property '%s'.",
get_class($property->value),
$property->key
)
Expand Down

0 comments on commit d58b4ae

Please sign in to comment.