Skip to content

Commit bf3ebc1

Browse files
mattamongithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent dfb5618 commit bf3ebc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Models/Element/ServiceResolver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ public function getElementFromSession(
6868
int $elementId,
6969
string $sessionId,
7070
?string $postfix = ''
71-
): null|Asset|AbstractObject|Document
72-
{
71+
): null|Asset|AbstractObject|Document {
7372
return Service::getElementFromSession($type, $elementId, $sessionId, $postfix);
7473
}
7574
}

0 commit comments

Comments
 (0)