Skip to content

Commit 600d163

Browse files
authored
[CLEANUP] Untighten a parameter definition in SelectorTest (#1497)
One of the data providers includes an empty string in its provision, so `non-empty-string` is not appropriate.
1 parent 3282587 commit 600d163

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/Unit/Property/SelectorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ public static function provideInvalidSelectorsForParse(): array
198198
/**
199199
* @test
200200
*
201-
* @param non-empty-string $selector
202-
*
203201
* @dataProvider provideInvalidSelectors
204202
* @dataProvider provideInvalidSelectorsForParse
205203
*/

0 commit comments

Comments
 (0)