Eye4web/Eye4webZfcUserPm

View on GitHub
src/Eye4web/ZfcUser/Pm/Form/NewConversationForm.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method __construct has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct($name = 'create-conversation')
    {
        parent::__construct($name);

        $this->add(
Severity: Minor
Found in src/Eye4web/ZfcUser/Pm/Form/NewConversationForm.php - About 1 hr to fix

    Method getInputFilterSpecification has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getInputFilterSpecification()
        {
            return [
                [
                    'name' => 'headline',
    Severity: Minor
    Found in src/Eye4web/ZfcUser/Pm/Form/NewConversationForm.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status