NCronJob
NCronJob copied to clipboard
[V5] Make it possible to deal with null parameters
The whole aspect of it should be covered as such that the user should be allowed to;
- Explicitly set nulls while registering
- Explicitly override parameters with null through the InstantJobRegistry
- Explicitly update parameters with null through the RuntimeRegistry
- From a job (either typed or untyped) being able to differentiate if a parameter has been not set or is null
See https://github.com/NCronJob-Dev/NCronJob/pull/241#discussion_r1992235463