Skip to content

Commit

Permalink
add strict to amqp bunny, amqp lib, and amqp tools
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Aug 25, 2018
1 parent bbbfd9a commit e6f714f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 107 deletions.
2 changes: 2 additions & 0 deletions AmqpConnectionFactory.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Enqueue\AmqpLib;

use Enqueue\AmqpTools\ConnectionConfig;
Expand Down
2 changes: 2 additions & 0 deletions AmqpConsumer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Enqueue\AmqpLib;

use Interop\Amqp\AmqpConsumer as InteropAmqpConsumer;
Expand Down
2 changes: 2 additions & 0 deletions AmqpContext.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Enqueue\AmqpLib;

use Enqueue\AmqpTools\DelayStrategyAware;
Expand Down
2 changes: 2 additions & 0 deletions AmqpProducer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Enqueue\AmqpLib;

use Enqueue\AmqpTools\DelayStrategyAware;
Expand Down
2 changes: 2 additions & 0 deletions AmqpSubscriptionConsumer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Enqueue\AmqpLib;

use Enqueue\AmqpTools\SignalSocketHelper;
Expand Down
43 changes: 0 additions & 43 deletions Buffer.php

This file was deleted.

2 changes: 2 additions & 0 deletions StopBasicConsumptionException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Enqueue\AmqpLib;

class StopBasicConsumptionException extends \LogicException
Expand Down
64 changes: 0 additions & 64 deletions Tests/BufferTest.php

This file was deleted.

0 comments on commit e6f714f

Please sign in to comment.