Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig authored and github-actions[bot] committed Jan 21, 2025
1 parent 8963b80 commit 44bec47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ public function getDataForSetter(
public function normalize(
mixed $value,
Data $fieldDefinition
): ?array
{
): ?array {
if (!is_array($value)) {
return null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ public function getDataForSetter(
public function normalize(
mixed $value,
Data $fieldDefinition
): ?array
{
): ?array {
if (!is_array($value)) {
return null;
}
Expand Down
1 change: 1 addition & 0 deletions src/DataObject/Util/Trait/RelationDataTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ trait RelationDataTrait

/**
* @param ElementInterface[] $relations
*
* @return RelationData[]
*/
private function getRelationElementsData(array $relations): array
Expand Down

0 comments on commit 44bec47

Please sign in to comment.