Skip to content

Commit

Permalink
Merge branch 'feature/support-variants' of github.com:turbo-ele/data-…
Browse files Browse the repository at this point in the history
…importer into feature/support-variants
  • Loading branch information
turbo-ele committed Mar 26, 2024
2 parents 536d0ee + 044ee81 commit 70aeb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resolver/Location/FindParentStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ protected function loadById()
/**
* @throws InvalidInputException
*/
private function setElementType(ElementInterface $element, DataObject|ElementInterface $newParent): void
private function setElementType(ElementInterface $element, DataObject | ElementInterface $newParent): void
{
// Check if element should be saved as a variant if not already.
if (
Expand Down

0 comments on commit 70aeb60

Please sign in to comment.