What's Changed
- code style: Order class elements in methods and properties. by @terabytesoftw in #62
- fix: Add
case
to the ordered class elements in ECS configuration. by @terabytesoftw in #63 - fix: Correct badge URL formatting in
README.md
. by @terabytesoftw in #64 - fix: Add missing
Composer
requirement in installation guide. by @terabytesoftw in #65 - fix: Update license badge in
README.md
for correct display and add missing header inLICENSE.md
. by @terabytesoftw in #66 - fix: Correct default stub file name in
StubFilesExtension.php
for accurate PHPStan analysis. by @terabytesoftw in #67 - fix(HeaderCollectionDynamicMethodReturnTypeExtension): Refactor dynamic return type inference for
HeaderCollection::get()
method inPHPStan
analysis, and add tests suite for type inference. by @terabytesoftw in #68 - fix: Update
CHANGELOG.md
to include recent bug fixes and enhancements for version0.3.1
. by @terabytesoftw in #69
Full Changelog: 0.3.0...0.3.1