6.4.2
What's Changed
Resolve issue with expressions where some default values were resolved incorrectly as FQSEN, now null will result in a Null_ type and booleans will result in True_ or False_. other values remain unchanged.
- Use type resolver to resolve types in expressions by @jaapio in #703
- Add support for php 8.5 by @jaapio in #695
Full Changelog: 6.4.1...6.4.2