Skip to content
Snippets Groups Projects

Removes unused parameters from method signiture

Closed Jonny Toomey requested to merge jonny_toomey/multisite:php-8-compatibility into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
Please register or sign in to reply
Loading