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 Nov 28, 2024
1 parent 4f40a9f commit f6fb01c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DataObject/Data/Adapter/ConsentAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ public function getDataForSetter(
public function normalize(
mixed $value,
Data $fieldDefinition
): ?ConsentData
{
): ?ConsentData {
if (!$value instanceof Consent) {
return null;
}
Expand Down

0 comments on commit f6fb01c

Please sign in to comment.