Skip to content

Commit 9e315e1

Browse files
authored
[TASK] Add native type declarations for RuleValueList (#1203)
Part of #811
1 parent 2849686 commit 9e315e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Please also have a look at our
3535
(#641, #772, #774, #778, #804, #841, #873, #875, #891, #922, #923, #933, #958,
3636
#964, #967, #1000, #1044, #1134, #1136, #1137, #1139, #1140, #1141, #1145,
3737
#1162, #1163, #1166, #1172, #1174, #1178, #1179, #1181, #1183, #1184, #1186,
38-
#1187, #1190, #1192, #1193)
38+
#1187, #1190, #1192, #1193, #1203)
3939
- Add visibility to all class/interface constants (#469)
4040

4141
### Deprecated

src/Value/RuleValueList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class RuleValueList extends ValueList
1515
* @param non-empty-string $separator
1616
* @param int<0, max> $lineNumber
1717
*/
18-
public function __construct($separator = ',', int $lineNumber = 0)
18+
public function __construct(string $separator = ',', int $lineNumber = 0)
1919
{
2020
parent::__construct([], $separator, $lineNumber);
2121
}

0 commit comments

Comments
 (0)