diff --git a/src/HalResource.php b/src/HalResource.php index 2b88240..8fb8477 100644 --- a/src/HalResource.php +++ b/src/HalResource.php @@ -49,8 +49,12 @@ class HalResource implements EvolvableLinkProviderInterface, JsonSerializable * @param LinkInterface[] $links * @param HalResource[][] $embedded */ - public function __construct(array $data = [], array $links = [], array $embedded = [], bool $embedEmptyCollections = false) - { + public function __construct( + array $data = [], + array $links = [], + array $embedded = [], + bool $embedEmptyCollections = false + ) { $this->embedEmptyCollections = $embedEmptyCollections; $context = self::class;