Skip to content

Commit 0ae1fde

Browse files
authored
[CLEANUP] Tighten a type annotation in DeclarationBlockTest (#1436)
1 parent 3500d42 commit 0ae1fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/RuleSet/DeclarationBlockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public function setSelectorsThrowsExceptionWithInvalidSelector(string $selector)
536536
}
537537

538538
/**
539-
* @return array<string>
539+
* @return list<string>
540540
*/
541541
private static function getSelectorsAsStrings(DeclarationBlock $declarationBlock): array
542542
{

0 commit comments

Comments
 (0)