2 parents c0f637c + 6d9ba9b commit cf8f73dCopy full SHA for cf8f73d
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 5.1.1 - 2025-09-24
4
+
5
+### Fixed
6
7
+- Missing template on returned object of `Matching::property()`
8
9
## 5.1.0 - 2025-09-24
10
11
### Added
src/Matching.php
@@ -414,6 +414,8 @@ public function find(callable $predicate): Maybe
414
* @experimental
415
*
416
* @param non-empty-string $property
417
+ *
418
+ * @return Matching\Property<T>
419
*/
420
public function property(string $property): Matching\Property
421
{
0 commit comments