Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-10 | 364 Bytes | |
v12.0.2 source code.tar.gz | 2025-07-10 | 157.9 kB | |
v12.0.2 source code.zip | 2025-07-10 | 234.9 kB | |
Totals: 3 Items | 393.2 kB | 0 |
- [GH-263] Fixed
Validator::assertIsType()
not validating provided exception class againstInvalidTypeExceptionContract
. - [GH-263] Added unit tests for
Validator::assertIsType()
. - [GH-265] Fixed PHP 8.4 deprecation
Implicitly nullable parameters...
(reporeted by @technetius) - Fixed typehints to make PHPStan green on
max
sensitivity level.