@@ -19,7 +19,6 @@ |
||
19 | 19 | Transport\Frame, |
20 | 20 | Transport\Frame\Channel |
21 | 21 | }; |
22 | -use Innmind\TimeContinuum\ElapsedPeriod; |
|
23 | 22 | |
24 | 23 | final class Basic implements BasicInterface |
25 | 24 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * - string $exchange |
14 | 14 | * - string $routingKey |
15 | 15 | */ |
16 | - public function foreach(callable $consume): void; |
|
16 | + public function foreach (callable $consume): void; |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * Number of messages to process |
@@ -50,7 +50,7 @@ |
||
50 | 50 | /** |
51 | 51 | * {@inheritdoc} |
52 | 52 | */ |
53 | - public function foreach(callable $consume): void |
|
53 | + public function foreach (callable $consume): void |
|
54 | 54 | { |
55 | 55 | if ($this->canceled) { |
56 | 56 | return; |