Skip to content

Commit 67c3e15

Browse files
committed
update
1 parent 70fbd48 commit 67c3e15

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Validators/EmailValidatorTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ public static function addressDataProvider(): array
1919
];
2020
}
2121

22-
/**
23-
* @dataProvider addressDataProvider
24-
*/
22+
#[DataProvider('addressDataProvider')]
2523
public function testValidEmail(string $address, bool $expected): void
2624
{
2725
$validator = Validators::email('invalid email');

0 commit comments

Comments
 (0)