Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd4146c

Browse filesBrowse files
committed
Add back missing uses
1 parent 8253353 commit fd4146c
Copy full SHA for fd4146c

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/Fixtures/long_receiver.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/Fixtures/long_receiver.php
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212

1313
require_once $autoload;
1414

15+
use Symfony\Component\Messenger\Envelope;
16+
use Symfony\Component\Messenger\MessageBusInterface;
1517
use Symfony\Component\Messenger\Retry\MultiplierRetryStrategy;
1618
use Symfony\Component\Messenger\Transport\AmqpExt\AmqpReceiver;
1719
use Symfony\Component\Messenger\Transport\AmqpExt\Connection;
1820
use Symfony\Component\Messenger\Transport\Serialization\Serializer;
21+
use Symfony\Component\Messenger\Worker;
1922
use Symfony\Component\Serializer as SerializerComponent;
2023
use Symfony\Component\Serializer\Encoder\JsonEncoder;
2124
use Symfony\Component\Serializer\Normalizer\ArrayDenormalizer;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.