Skip to content

Commit cf8f73d

Browse files
committed
Merge branch 'develop'
* develop: specify next release add missing template on returned object on Matching::property()
2 parents c0f637c + 6d9ba9b commit cf8f73d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.1.1 - 2025-09-24
4+
5+
### Fixed
6+
7+
- Missing template on returned object of `Matching::property()`
8+
39
## 5.1.0 - 2025-09-24
410

511
### Added

src/Matching.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ public function find(callable $predicate): Maybe
414414
* @experimental
415415
*
416416
* @param non-empty-string $property
417+
*
418+
* @return Matching\Property<T>
417419
*/
418420
public function property(string $property): Matching\Property
419421
{

0 commit comments

Comments
 (0)