Skip to content

Commit 7983af6

Browse files
authored
[CLEANUP] Tighten type annotations in SelectorTest (#1474)
1 parent 60271c3 commit 7983af6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Unit/Property/SelectorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function setSelectorOverwritesSelectorProvidedToConstructor(): void
4848
}
4949

5050
/**
51-
* @return array<string, array{0: non-empty-string, 1: int<0, max>}>
51+
* @return array<non-empty-string, array{0: non-empty-string, 1: int<0, max>}>
5252
*/
5353
public static function provideSelectorsAndSpecificities(): array
5454
{
@@ -74,7 +74,7 @@ public static function provideSelectorsAndSpecificities(): array
7474
}
7575

7676
/**
77-
* @return array<string, array{0: string}>
77+
* @return array<non-empty-string, array{0: string}>
7878
*/
7979
public static function provideInvalidSelectors(): array
8080
{

0 commit comments

Comments
 (0)