@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel\Queue; |
5 | 5 | |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | /** |
21 | 21 | * {@inheritdoc} |
22 | 22 | */ |
23 | - public function declare(Declaration $command): ?DeclareOk |
|
23 | + public function declare(Declaration$command): ?DeclareOk |
|
24 | 24 | { |
25 | 25 | return null; |
26 | 26 | } |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel\Queue; |
5 | 5 | |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | $this->channel = $channel; |
30 | 30 | } |
31 | 31 | |
32 | - public function declare(Declaration $command): ?DeclareOk |
|
32 | + public function declare(Declaration$command): ?DeclareOk |
|
33 | 33 | { |
34 | 34 | $this->connection->send( |
35 | 35 | $this->connection->protocol()->queue()->declare( |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel\Basic; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel\Basic; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel\Basic\Get; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel\Basic\Get; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel\Basic\Get; |
5 | 5 |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Innmind\AMQP\Client\Channel\Basic\Consumer; |
5 | 5 | |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | /** |
29 | 29 | * {@inheritdoc} |
30 | 30 | */ |
31 | - public function foreach(callable $consume): void |
|
31 | + public function foreach (callable $consume): void |
|
32 | 32 | { |
33 | 33 | $this->consumer->foreach(function(Message $message, ...$args) use ($consume): void { |
34 | 34 | try { |