Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcop1 authored and github-actions[bot] committed Jan 15, 2025
1 parent 3c449f9 commit 19668bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataObject/Data/Adapter/VideoAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getDataForSetter(
}

$type = $adapterData['type'] ?? null;
if($type === ElementTypes::TYPE_ASSET) {
if ($type === ElementTypes::TYPE_ASSET) {
$adapterData['data'] = $this->resolveAssetIfNeeded($type, $adapterData['data']['fullPath']);
$adapterData['poster'] = $this->getAssetByPath($adapterData['poster'] ?? null);
}
Expand Down

0 comments on commit 19668bf

Please sign in to comment.