Skip to content

Commit 1ee1166

Browse files
Apply php-cs-fixer changes
1 parent c5daea6 commit 1ee1166

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Element/ExecutionEngine/AutomationAction/Messenger/Handler/RewriteRefHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
use Pimcore\Bundle\StudioBackendBundle\Util\Trait\ElementProviderTrait;
3030
use Pimcore\Model\Element\ElementDescriptor;
3131
use Symfony\Component\Messenger\Attribute\AsMessageHandler;
32+
use function count;
3233

3334
/**
3435
* @internal

src/Tag/ExecutionEngine/AutomationAction/Messenger/Handler/BatchTagOperationHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
use Pimcore\Bundle\StudioBackendBundle\Tag\Service\TagServiceInterface;
2929
use Pimcore\Bundle\StudioBackendBundle\Tag\Util\Constant\BatchOperations;
3030
use Symfony\Component\Messenger\Attribute\AsMessageHandler;
31+
use function count;
3132
use function sprintf;
3233

3334
/**

0 commit comments

Comments
 (0)