Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Please also have a look at our

### Fixed

- Only allow strings as `LineName` components (#1590)

### Documentation

## 9.3.0: Support for modern CSS at-rules and autoloading bugfix
Expand Down
2 changes: 1 addition & 1 deletion src/Value/LineName.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class LineName extends ValueList
{
/**
* @param array<Value|string> $components
* @param array<string> $components
* @param int<1, max>|null $lineNumber
*/
public function __construct(array $components = [], ?int $lineNumber = null)
Expand Down