You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add PHPStan assertions that narrow the return types of `all()`, `first()` and `last()` when a collection is non-empty
21
+
22
+
### Changed
23
+
24
+
#### `Utility`
25
+
26
+
- Accept `ReflectionConstant` in `Reflect::getNames()`
27
+
28
+
### Fixed
29
+
30
+
#### `Utility`
31
+
32
+
- Fix issue where `Get::code()` may not match the longest possible string in `$constants`, generating output like `"Type::PROPERTY . '_HOOK'"` instead of `"Type::PROPERTY_HOOK"`
33
+
13
34
## [v0.99.64] - 2024-11-29
14
35
15
36
### Changed
@@ -4224,6 +4245,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
4224
4245
4225
4246
- Allow `CliOption` value names to contain arbitrary characters
0 commit comments