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

Commit 8ce81d4

Browse files
committed
Fixes for StyleCI, feedback
1 parent 656e77e commit 8ce81d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/Jobs/RabbitMQJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ private function setAttempts($count)
160160
/**
161161
* Get the job identifier.
162162
*
163-
* @return string|false
163+
* @return string|bool
164164
*/
165165
public function getJobId()
166166
{

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/RabbitMQQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function setCorrelationId($id)
271271
}
272272

273273
/**
274-
* Retrieves the correlation id, or a unique id
274+
* Retrieves the correlation id, or a unique id.
275275
*
276276
* @return string
277277
*/

0 commit comments

Comments
 (0)