Skip to content

Commit

Permalink
Merge pull request #2763 from coreshop/coding-standard/refactor-4.0
Browse files Browse the repository at this point in the history
[CS] Refactor
  • Loading branch information
dpfaffenbauer authored Dec 9, 2024
2 parents 4036cb2 + 55eeda1 commit 7164bfa
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
class ResourceFieldGetter extends AbstractOperator
{
private string $attribute;

private string $forwardAttribute;

public function __construct(\stdClass $config, array $context = [])
{
public function __construct(
\stdClass $config,
array $context = [],
) {
parent::__construct($config, $context);

$this->attribute = $config->attribute ?? '';
Expand Down

0 comments on commit 7164bfa

Please sign in to comment.