From 91d4ed948489f58ad95dd992397e5102372b18ef Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 20 Oct 2023 09:26:56 +0200 Subject: [PATCH] Fix code style --- src/V1/ResourceNull.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/V1/ResourceNull.php b/src/V1/ResourceNull.php index f4bd600..3d48c84 100644 --- a/src/V1/ResourceNull.php +++ b/src/V1/ResourceNull.php @@ -26,9 +26,7 @@ final class ResourceNull implements Accessable, Element * @param \Art4\JsonApiClient\Manager $manager The manager * @param \Art4\JsonApiClient\Accessable $parent The parent */ - public function __construct($data, Manager $manager, Accessable $parent) - { - } + public function __construct($data, Manager $manager, Accessable $parent) {} /** * Check if a value exists in this resource