Closed innocenzi closed 3 years ago
Thank you for reporting!
According to the current error, when using named arguments, 0,1 and 2 ordered pair data are arranged in a posterior row.
If PHP 8 is the standard, the parameter order can be excluded to some extent,
At least I still plan to support PHP 7.4, so I modified it to suit compatibility.
Thanks a lot for your quick fix!
Hi,
There is an issue where the
__call
forwarding made by the proxy is not compatible with PHP 8's named arguments:I think a fix would be as easy as to filtering
null
values from$parameters
: