You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dispatcher): pass null for missing arguments (#27)
Currently if the received params object does not contain a certain parameter of the function
this parameter is simply omitted in the array, resulting in a displacement of the following
arguments.
This commit fills a missing parameter in the array by the value `null` so that at least all
parameters are represented in the args array.
chore: update phpdocumentor/reflection-docblock from 3.3.0 to 4.0.0 (#17)
BREAKING CHANGE: The major update may conflict with version requirements of other modules.
closes#12