Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo-ele authored and github-actions[bot] committed Mar 26, 2024
1 parent c1c6296 commit 044ee81
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 044ee81

Please sign in to comment.