Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and github-actions[bot] committed Dec 9, 2024
1 parent ca754a7 commit 211bba3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Models/DataObject/DataObjectServiceResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
use Pimcore\Model\DataObject\AbstractObject;
use Pimcore\Model\DataObject\ClassDefinition;
use Pimcore\Model\DataObject\Concrete;
use Pimcore\Model\DataObject\Fieldcollection\Data\AbstractData as FieldCollectionData;
use Pimcore\Model\DataObject\Folder;
use Pimcore\Model\DataObject\Objectbrick\Data\AbstractData as ObjectBrickData;
use Pimcore\Model\DataObject\Service;
use Pimcore\Model\UserInterface;
use Pimcore\Model\DataObject\Fieldcollection\Data\AbstractData as FieldCollectionData;
use Pimcore\Model\DataObject\Objectbrick\Data\AbstractData as ObjectBrickData;

/**
* @internal
Expand Down Expand Up @@ -86,8 +86,7 @@ public function getLanguagePermissions(
FieldCollectionData|ObjectBrickData|AbstractObject $object,
UserInterface $user,
string $type
): ?array
{
): ?array {
return Service::getLanguagePermissions($object, $user, $type);
}
}

0 comments on commit 211bba3

Please sign in to comment.