Skip to content

Commit bdae9cb

Browse files
Fix merge
1 parent fcf07ae commit bdae9cb

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use PHPUnit\Framework\MockObject\MockObject;
1515
use PHPUnit\Framework\TestCase;
16-
use Symfony\Component\EventDispatcher\Event;
1716
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1817
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
1918
use Symfony\Component\EventDispatcher\ImmutableEventDispatcher;

src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use Symfony\Component\Form\ChoiceList\ArrayChoiceList;
1717
use Symfony\Component\Form\ChoiceList\ChoiceList;
1818
use Symfony\Component\Form\ChoiceList\ChoiceListInterface;
19-
use Symfony\Component\Form\ChoiceList\ChoiceListInterface;
20-
use Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator;
2119
use Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator;
2220
use Symfony\Component\Form\ChoiceList\Factory\ChoiceListFactoryInterface;
2321
use Symfony\Component\Form\ChoiceList\Loader\ChoiceLoaderInterface;

src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceiverTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Component\Messenger\Bridge\Amqp\Transport\Connection;
1919
use Symfony\Component\Messenger\Envelope;
2020
use Symfony\Component\Messenger\Exception\TransportException;
21-
use Symfony\Component\Messenger\Tests\Fixtures\DummyMessage;
2221
use Symfony\Component\Messenger\Transport\AmqpExt\AmqpReceivedStamp;
2322
use Symfony\Component\Messenger\Transport\AmqpExt\AmqpReceiver;
2423
use Symfony\Component\Messenger\Transport\AmqpExt\Connection;

src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
use Symfony\Component\Messenger\Bridge\Doctrine\Transport\Connection;
3232
use Symfony\Component\Messenger\Exception\InvalidArgumentException;
3333
use Symfony\Component\Messenger\Exception\TransportException;
34-
use Symfony\Component\Messenger\Tests\Fixtures\DummyMessage;
3534
use Symfony\Component\Messenger\Transport\Doctrine\Connection;
3635

3736
class ConnectionTest extends TestCase

src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
1717
use Symfony\Component\OptionsResolver\Debug\OptionsResolverIntrospector;
1818
use Symfony\Component\OptionsResolver\Exception\AccessException;
19-
use Symfony\Component\OptionsResolver\Exception\AccessException;
2019
use Symfony\Component\OptionsResolver\Exception\InvalidArgumentException;
2120
use Symfony\Component\OptionsResolver\Exception\InvalidOptionsException;
22-
use Symfony\Component\OptionsResolver\Exception\InvalidOptionsException;
2321
use Symfony\Component\OptionsResolver\Exception\MissingOptionsException;
2422
use Symfony\Component\OptionsResolver\Exception\NoSuchOptionException;
2523
use Symfony\Component\OptionsResolver\Exception\OptionDefinitionException;

0 commit comments

Comments
 (0)