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 2, 2024
1 parent 40118ef commit 90370a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
use Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\FieldCollection\LayoutDefinitionHydratorInterface;
use Pimcore\Bundle\StudioBackendBundle\Class\Schema\FieldCollection\LayoutDefinition;
use Pimcore\Bundle\StudioBackendBundle\Exception\Api\NotFoundException;
use Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections;
use Pimcore\Model\DataObject\ClassDefinitionInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections;

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion src/Class/Service/ObjectBrick/LayoutDefinitionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
use Pimcore\Bundle\StudioBackendBundle\Class\Hydrator\ObjectBrick\LayoutDefinitionHydratorInterface;
use Pimcore\Bundle\StudioBackendBundle\Class\Schema\ObjectBrick\LayoutDefinition;
use Pimcore\Bundle\StudioBackendBundle\Exception\Api\NotFoundException;
use Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks;
use Pimcore\Model\DataObject\ClassDefinitionInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks;

/**
* @internal
Expand Down

0 comments on commit 90370a7

Please sign in to comment.