Skip to content

Commit cc3c6c4

Browse files
docs: add @Property tags to QueueJobFailed entity (#70)
* docs: add @Property tags to QueueJobFailed entity * chore: run cs-fix to fix styles
1 parent e0cd279 commit cc3c6c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Entities/QueueJobFailed.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,17 @@
1414
namespace CodeIgniter\Queue\Entities;
1515

1616
use CodeIgniter\Entity\Entity;
17+
use CodeIgniter\I18n\Time;
1718

19+
/**
20+
* @property string $connection
21+
* @property string $exceptions
22+
* @property Time $failed_at
23+
* @property int $id
24+
* @property array $payload
25+
* @property string $priority
26+
* @property string $queue
27+
*/
1828
class QueueJobFailed extends Entity
1929
{
2030
protected $dates = ['failed_at'];

0 commit comments

Comments
 (0)