Fixes
- Fixed bug where untyped parameters with no entries in container or user parameters and no default value were being assigned
null
as default value. Behavior is now to correctly throw aParameterResolutionException
.
Updates
- Updating Docblocks in Resolve class with better documentation.
- Updating Github Actions config and Codecov API token.
- Adding PHP 8.3 as test target in Github Actions.