Skip to content

Commit 43b8afa

Browse files
authored
[CLEANUP] Improve type annotations in LineName (#1198)
1 parent 9e315e1 commit 43b8afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Value/LineName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class LineName extends ValueList
1313
{
1414
/**
15-
* @param array<int, Value|string> $components
15+
* @param array<Value|string> $components
1616
* @param int<0, max> $lineNumber
1717
*/
1818
public function __construct(array $components = [], int $lineNumber = 0)

0 commit comments

Comments
 (0)