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

valkyrjaio / valkyrja / 16015663376

02 Jul 2025 03:52AM UTC coverage: 38.284% (-5.8%) from 44.066%
16015663376

push

github

web-flow
Merge pull request #38 from valkyrjaio/config-update

Config update

156 of 338 new or added lines in 42 files covered. (46.15%)

679 existing lines in 118 files now uncovered.

4122 of 10767 relevant lines covered (38.28%)

9.53 hits per line

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

0.0
/src/Valkyrja/Sms/Config/MessageConfiguration.php
1
<?php
2

3
declare(strict_types=1);
4

5
/*
6
 * This file is part of the Valkyrja Framework package.
7
 *
8
 * (c) Melech Mizrachi <melechmizrachi@gmail.com>
9
 *
10
 * For the full copyright and license information, please view the LICENSE
11
 * file that was distributed with this source code.
12
 */
13

14
namespace Valkyrja\Sms\Config;
15

16
use Valkyrja\Sms\Message\Contract\Message;
17
use Valkyrja\Support\Config as ParentConfig;
18

19
/**
20
 * Abstract Class MessageConfiguration.
21
 *
22
 * @author Melech Mizrachi
23
 */
24
abstract class MessageConfiguration extends ParentConfig
25
{
26
    /**
27
     * @param class-string<Message> $messageClass
28
     */
29
    public function __construct(
30
        public string $from,
31
        public string $messageClass = \Valkyrja\Sms\Message\Message::class,
32
    ) {
UNCOV
33
    }
×
34
}
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