Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Apr 12, 2024
1 parent 4b589c8 commit 79f9852
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Service/Filter/Loader/TaggedIteratorAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
/**
* Pimcore
*
* This source file is available under following license:
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Bundle\StudioApiBundle\Service\Filter\Loader;

use Pimcore\Bundle\BackendPowerToolsBundle\PreconditionFilter\PreconditionFilterLoaderInterface;
use Pimcore\Bundle\BackendPowerToolsBundle\Provider\PreconditionFilterProvider;
use Pimcore\Bundle\StudioApiBundle\Service\Filter\FilterLoaderInterface;
use Symfony\Component\DependencyInjection\Attribute\TaggedIterator;

Expand Down

0 comments on commit 79f9852

Please sign in to comment.