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

Commit 483f0cf

Browse files
committed
Fixes for StyleCI, feedback
1 parent ccefefd commit 483f0cf

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
@@ -132,7 +132,7 @@ private function setAttempts($count)
132132
/**
133133
* Get the job identifier.
134134
*
135-
* @return string|false
135+
* @return string|bool
136136
*/
137137
public function getJobId()
138138
{

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/RabbitMQQueue.php

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

272272
/**
273-
* Retrieves the correlation id, or a unique id
273+
* Retrieves the correlation id, or a unique id.
274274
*
275275
* @return string
276276
*/

0 commit comments

Comments
 (0)