Skip to content

Commit

Permalink
Fixed PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Jul 27, 2024
1 parent 335b892 commit da4e553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Responsive/SrcSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
final class SrcSet implements Stringable
{
/**
* @param "x"|"w" $descriptor
* @param array<numeric, string> $links
* @param "x"|"w" $descriptor
* @param array<int|string, string> $links
*/
public function __construct(
public readonly string $descriptor,
Expand Down

0 comments on commit da4e553

Please sign in to comment.