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 24, 2025
1 parent 0d7f9ae commit af9343d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DataObject/Data/Adapter/ClassificationStoreAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ public function getPreviewFieldData(
mixed $value,
Data $fieldDefinition,
array $data
): array
{
): array {
if (!$value instanceof ClassificationstoreModel ||
!$fieldDefinition instanceof ClassificationstoreDefinition
) {
Expand All @@ -202,7 +201,6 @@ public function getPreviewFieldData(
return $data;
}


/**
* @throws NotFoundException
*/
Expand Down

0 comments on commit af9343d

Please sign in to comment.