Commit 9f26287b authored by Conrad Lara's avatar Conrad Lara
Browse files

Issue #3278100 by cmlara, gaards: Update class property definitions

parent 4e1da526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ class ConnectionFactory {
  /**
   * The RabbitMQ connection.
   *
   * @var \PhpAmqpLib\Connection\AMQPStreamConnection
   * @var \PhpAmqpLib\Connection\AMQPStreamConnection|null
   */
  protected $connection;

+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ class Consumer {
   *
   * This is needed to support non-Drush use scenarios.
   *
   * @var callable
   * @var callable|null
   */
  protected $optionGetter;

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ abstract class QueueBase {
  /**
   * Object that holds a channel to RabbitMQ.
   *
   * @var \PhpAmqpLib\Channel\AMQPChannel
   * @var \PhpAmqpLib\Channel\AMQPChannel|null
   */
  protected $channel;

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class RabbitMqQueueBaseTest extends RabbitMqTestBase {
  /**
   * The default queue, handled by RabbitMq.
   *
   * @var \Drupal\rabbitmq\Queue\Queue
   * @var \Drupal\Core\Queue\QueueInterface
   */
  protected $queue;