Skip to content

Commit 0fa687d

Browse files
committed
chore: run cs-fix to fix styles
1 parent 3abff4f commit 0fa687d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Entities/QueueJobFailed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
use CodeIgniter\I18n\Time;
1818

1919
/**
20-
* @property int $id
2120
* @property string $connection
22-
* @property string $queue
23-
* @property array $payload
24-
* @property string $priority
2521
* @property string $exceptions
2622
* @property Time $failed_at
23+
* @property int $id
24+
* @property array $payload
25+
* @property string $priority
26+
* @property string $queue
2727
*/
2828
class QueueJobFailed extends Entity
2929
{

0 commit comments

Comments
 (0)