Skip to content

Commit 91d4ed9

Browse files
committed
Fix code style
1 parent ff3773c commit 91d4ed9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/V1/ResourceNull.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ final class ResourceNull implements Accessable, Element
2626
* @param \Art4\JsonApiClient\Manager $manager The manager
2727
* @param \Art4\JsonApiClient\Accessable $parent The parent
2828
*/
29-
public function __construct($data, Manager $manager, Accessable $parent)
30-
{
31-
}
29+
public function __construct($data, Manager $manager, Accessable $parent) {}
3230

3331
/**
3432
* Check if a value exists in this resource

0 commit comments

Comments
 (0)