• 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/MessageConfigurations.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
/**
17
 * Class MessageConfigurations.
18
 *
19
 * @author Melech Mizrachi
20
 */
21
class MessageConfigurations
22
{
23
    public function __construct(
24
        public DefaultMessageConfiguration|null $default = null,
25
    ) {
UNCOV
26
    }
×
27
}
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