Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit dbcd3df

Browse files
committed
Fixes StyleCI warning for docblock
1 parent 9c73fb1 commit dbcd3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/RabbitMQQueue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public function setAttempts($count)
256256
}
257257

258258
/**
259-
* Sets the correlation id for a message to be published
259+
* Sets the correlation id for a message to be published.
260260
*
261261
* @param string $id
262262
*
@@ -266,4 +266,4 @@ public function setCorrelationId($id)
266266
{
267267
$this->correlationId = $id;
268268
}
269-
}
269+
}

0 commit comments

Comments
 (0)