fossasia/engelsystem

View on GitHub
includes/view/UserDriverLicenses_view.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method UserDriverLicense_edit_view has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function UserDriverLicense_edit_view($user_source, $wants_to_drive, $has_car, $has_license_car, $has_license_3_5t_transporter, $has_license_7_5t_truck, $has_license_12_5t_truck, $has_license_forklift) {
  return page_with_title(sprintf(_("Edit %s driving license information"), User_Nick_render($user_source)), [
      buttons([
          button(user_link($user_source), _("Back to profile"), 'back')
      ]),
Severity: Minor
Found in includes/view/UserDriverLicenses_view.php - About 1 hr to fix

    Method UserDriverLicense_edit_view has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    function UserDriverLicense_edit_view($user_source, $wants_to_drive, $has_car, $has_license_car, $has_license_3_5t_transporter, $has_license_7_5t_truck, $has_license_12_5t_truck, $has_license_forklift) {
    Severity: Major
    Found in includes/view/UserDriverLicenses_view.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status