File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.1] - 2023-06-14
8
+ ### Fixed
9
+ - Incorrect parameter annotation for ` RangeSet::importRanges() ` method fixed.
10
+
7
11
## [ 0.2.0] - 2023-06-13
8
12
### Removed
9
13
- Dropped support for PHP 7.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public static function createUnsafe(RangeInterface ...$ranges): RangeSetInterfac
48
48
}
49
49
50
50
/**
51
- * @param array{int, int|null} ...$rangeDataList
51
+ * @param array{int, int|null}|array{int} ...$rangeDataList
52
52
* @return list<RangeInterface>
53
53
* @psalm-pure
54
54
*/
You can’t perform that action at this time.
0 commit comments