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

nepada / email-address / 3832759929

pending completion
3832759929

push

github

GitHub
Update spaze/phpstan-disallowed-calls requirement from 2.10.0 to 2.11.2 (#74)

35 of 36 relevant lines covered (97.22%)

0.97 hits per line

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

100.0
/src/EmailAddress/FailedToNormalizeDomainException.php
1
<?php
2
declare(strict_types = 1);
3

4
namespace Nepada\EmailAddress;
5

6
class FailedToNormalizeDomainException extends \Exception
7
{
8

9
    public function __construct(string $value, ?\Throwable $exception = null)
10
    {
11
        parent::__construct("Unable to normalize domain: '$value'", 0, $exception);
12
    }
13

14
}
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