Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aweichler authored and github-actions[bot] committed Apr 17, 2024
1 parent 3db004f commit cd4b149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ConfigElement/AbstractConfigElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function setClassificationstoreGroup(?string $classificationstore_group):
{
$this->classificationstore_group = $classificationstore_group;
}

public function getAttribute()
{
return $this->attribute;
Expand Down
3 changes: 1 addition & 2 deletions src/ConfigElement/Operator/Concatenator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
namespace OutputDataConfigToolkitBundle\ConfigElement\Operator;

use OutputDataConfigToolkitBundle\ConfigElement\AbstractConfigElement;
use OutputDataConfigToolkitBundle\ConfigElement\Value\DefaultValue;

class Concatenator extends AbstractOperator
{
Expand Down Expand Up @@ -51,7 +50,7 @@ public function getLabeledValue($object)
$c->setClassificationstore($this->getClassificationstore());
$c->setClassificationstoreGroup($this->getClassificationstoreGroup());
}

$value = $c->getLabeledValue($object) ? $c->getLabeledValue($object)->value : null;

if (!$hasValue) {
Expand Down

0 comments on commit cd4b149

Please sign in to comment.