Skip to content

Commit 3abff4f

Browse files
committed
docs: add @Property tags to QueueJobFailed entity
1 parent e0cd279 commit 3abff4f

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 int $id
21+
* @property string $connection
22+
* @property string $queue
23+
* @property array $payload
24+
* @property string $priority
25+
* @property string $exceptions
26+
* @property Time $failed_at
27+
*/
1828
class QueueJobFailed extends Entity
1929
{
2030
protected $dates = ['failed_at'];

0 commit comments

Comments
 (0)