mimmi20/contact

View on GitHub
src/Contact.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Contact has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

final class Contact implements ContactInterface
{
    private int | null $contactId               = null;
    private string | null $salutation           = null;
    private string | null $firstname            = null;
Severity: Minor
Found in src/Contact.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status