Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Oct 20, 2023
1 parent ff3773c commit 91d4ed9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/V1/ResourceNull.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91d4ed9

Please sign in to comment.