Skip to content

Commit

Permalink
Fix phpcs violations
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jan 19, 2024
1 parent 459ea38 commit 62c5007
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/DependencyInjection/DoctrineMongoDBExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
use Composer\InstalledVersions;
use Composer\Semver\VersionParser;
use Doctrine\Bundle\MongoDBBundle\Attribute\MapDocument;
use Doctrine\Bundle\MongoDBBundle\DependencyInjection\Configuration;
use Doctrine\Bundle\MongoDBBundle\DependencyInjection\DoctrineMongoDBExtension;
use Doctrine\Bundle\MongoDBBundle\Tests\DependencyInjection\Fixtures\Bundles\DocumentListenerBundle\EventListener\TestAttributeListener;
use Doctrine\ODM\MongoDB\Configuration as ODMConfiguration;
use PHPUnit\Framework\TestCase;
use Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber;
use Symfony\Component\DependencyInjection\Alias;
Expand All @@ -25,7 +23,6 @@
use function class_exists;
use function interface_exists;
use function is_dir;
use function method_exists;
use function sys_get_temp_dir;

class DoctrineMongoDBExtensionTest extends TestCase
Expand Down

0 comments on commit 62c5007

Please sign in to comment.