Mago 0.8.1
🐞 Bug Fixes
Type Hint Compatibility
- Fixed incorrect version checks for
null
andfalse
type hints:- Previously: Reported as PHP 8.2+ features
- Now: Correctly allows
null
andfalse
in union types for PHP 8.0+
Thanks to @Nadyita for reporting #65
✨ New Features
GitLab Issue Reporting
- Added support for GitLab-compatible issue reporting:
mago lint --reporting-format=gitlab
Thanks to @vvvinceocam for the contribution #62
Thank you for your feedback and contributions! 🚀
Full Changelog: 0.8.0...0.8.1