diff --git a/src/PrintNode/EntityDynamic.php b/src/PrintNode/EntityDynamic.php index de83486..a674a91 100644 --- a/src/PrintNode/EntityDynamic.php +++ b/src/PrintNode/EntityDynamic.php @@ -2,6 +2,7 @@ namespace PrintNode; +#[\AllowDynamicProperties] abstract class EntityDynamic extends Entity { @@ -32,7 +33,7 @@ public function __set($propertyName, $value) /** * Maps a json object to this entity - * + * * @param string $json The JSON to map to this entity * @return string */ @@ -49,7 +50,7 @@ public function mapValuesFromJson($json) /** * Implements the jsonSerialize method - * + * * @return string */ #[\ReturnTypeWillChange]