Skip to content

Commit

Permalink
: : -> :
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 15, 2024
1 parent 1a2538c commit 2e5553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/types/serialization/json/resource_container.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* @return null|object
*/
public function jsonSerialize(): : mixed
public function jsonSerialize(): mixed
{<?php foreach($properties as $property) : ?>

if (null !== ($v = $this->get<?php echo ucfirst($property->getName()); ?>())) {
Expand Down

0 comments on commit 2e5553f

Please sign in to comment.