Skip to content

Commit d58b4ae

Browse files
committed
Fixed incompatibility
1 parent ac570bb commit d58b4ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Publisher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function generateHtml(ObjectBase $object): string
4444
} elseif (is_object($property->value)) {
4545
throw new UnexpectedValueException(
4646
sprintf(
47-
"Cannot handle value of type '%0' for property '%1'.",
47+
"Cannot handle value of type '%s' for property '%s'.",
4848
get_class($property->value),
4949
$property->key
5050
)

0 commit comments

Comments
 (0)