What's Changed
- Add support for PHPStan Extension Installer by @samuelrajan747 in #25
- fix: Add PHPStan extension installer instructions and improve
ServiceMap
configuration handling. by @terabytesoftw in #26 - fix: Enhance error handling in
ServiceMap
for invalid configuration structures and add corresponding test cases. by @terabytesoftw in #27 - fix: Refactor component handling in
ServiceMap
to improve variable naming and streamline logic. by @terabytesoftw in #28 - feat(): Enable strict rules and bleeding edge analysis, and update
README.md
with strict configuration examples. by @terabytesoftw in #29 - fix: Enhance
ActiveRecordDynamicStaticMethodReturnTypeExtension
type inference forActiveQuery
support, and fix phpstan errors max lvl in tests. by @terabytesoftw in #33 - fix: Enhance property reflection in
UserPropertiesClassReflectionExtension
to support identity class resolution and improve type inference foruser
component properties. by @terabytesoftw in #34
New Contributors
- @samuelrajan747 made their first contribution in #25
Full Changelog: 0.2.2...0.2.3