Skip to content

Removes unused parameters from method signiture

PHP 8 throws error "Deprecated: Optional parameter declared before required parameter". The paramter causing the error isn't used in the method so removed it from the signiture and fixed the deprecation error

Merge request reports