fixate/pw-mvc-boilerplate

View on GitHub
controllers/ContactController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method get_contact_form has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  protected function get_contact_form()
  {
    $can_send = false;
    $form_has_errors = false;
    $input = $this->input;
Severity: Minor
Found in controllers/ContactController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status