Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp authored and actions-user committed Sep 1, 2021
1 parent 4bd2725 commit 1a229f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapping/Operator/Simple/LoadDataObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function process($inputData, bool $dryRun = false)
$listing->setLimit(1);
if ($this->attributeLanguage) {
$listing->setLocale($this->attributeLanguage);
}
}
$object = $listing->load()[0] ?? null;
} else {
if ($this->attributeLanguage) {
Expand Down

0 comments on commit 1a229f0

Please sign in to comment.