8000 Added DomainValidator · symfony/symfony@d4b255a · GitHub
[go: up one dir, main page]

Skip to content

Commit d4b255a

Browse files
committed
Added DomainValidator
1 parent 8c45df4 commit d4b255a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Validator/Tests/Constraints/DomainValidatorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php
22

33
/*
44
* This file is part of the Symfony package.
@@ -90,7 +90,6 @@ public function testInvalidDomains($domain)
9090
->assertRaised();
9191
}
9292

93-
9493
public function getInvalidDomains()
9594
{
9695
return [

0 commit comments

Comments
 (0)
0