Skip to content

Remove unnecessary argument as causes PHP issues

Fiona Sanderson requested to merge remove_unnecessary_arg into master

The $errcontext argument in the errorHandler function is never used. There's also only 4 arguments passed to it when instantiated in the various services. In PHP8, this causes an issue. Seems to make sense to just remove the 5th argument..

Merge request reports