Skip to content

Commit dcfe9a8

Browse files
mcop1github-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 1d0d135 commit dcfe9a8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/Installer.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@
1313

1414
namespace Pimcore\Bundle\GenericDataIndexBundle;
1515

16-
use Pimcore;
17-
use Doctrine\DBAL\Exception;
1816
use Doctrine\DBAL\Connection;
19-
use Doctrine\DBAL\Schema\Schema;
17+
use Doctrine\DBAL\Exception;
18+
use Doctrine\DBAL\Platforms\AbstractPlatform;
2019
use Doctrine\DBAL\Schema\Comparator;
20+
use Doctrine\DBAL\Schema\Schema;
2121
use Doctrine\DBAL\Schema\SchemaException;
22-
use Doctrine\DBAL\Platforms\AbstractPlatform;
23-
use Symfony\Component\HttpKernel\Bundle\BundleInterface;
22+
use Pimcore;
2423
use Pimcore\Bundle\GenericDataIndexBundle\Entity\IndexQueue;
25-
use Pimcore\Extension\Bundle\Installer\Exception\InstallationException;
26-
use Pimcore\Bundle\GenericDataIndexBundle\Migrations\Version20240325081139;
2724
use Pimcore\Bundle\GenericDataIndexBundle\Migrations\Version20251009110653;
25+
use Pimcore\Extension\Bundle\Installer\Exception\InstallationException;
26+
use Symfony\Component\HttpKernel\Bundle\BundleInterface;
2827

2928
/**
3029
* @internal

0 commit comments

Comments
 (0)