• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CPS-IT / mailqueue / 19890891503

03 Dec 2025 10:37AM UTC coverage: 0.0%. Remained the same
19890891503

push

github

web-flow
Merge pull request #174 from CPS-IT/task/php-8.2

0 of 710 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/Classes/Mail/Queue/MailQueueItem.php
1
<?php
2

3
declare(strict_types=1);
4

5
/*
6
 * This file is part of the TYPO3 CMS extension "mailqueue".
7
 *
8
 * It is free software; you can redistribute it and/or modify it under
9
 * the terms of the GNU General Public License, either version 2
10
 * of the License, or any later version.
11
 *
12
 * For the full copyright and license information, please read the
13
 * LICENSE.txt file that was distributed with this source code.
14
 *
15
 * The TYPO3 project - inspiring people to share!
16
 */
17

18
namespace CPSIT\Typo3Mailqueue\Mail\Queue;
19

20
use CPSIT\Typo3Mailqueue\Enums;
21
use CPSIT\Typo3Mailqueue\Mail;
22
use Symfony\Component\Mailer;
23

24
/**
25
 * MailQueueItem
26
 *
27
 * @author Elias Häußler <e.haeussler@familie-redlich.de>
28
 * @license GPL-2.0-or-later
29
 */
30
final readonly class MailQueueItem
31
{
32
    public function __construct(
×
33
        public string $id,
34
        public Mailer\SentMessage $message,
35
        public Enums\MailState $state,
36
        public ?\DateTimeInterface $date = null,
37
        public ?Mail\TransportFailure $failure = null,
38
    ) {}
×
39
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc