daikon-cqrs/value-object

View on GitHub
src/Address.php

Summary

Maintainability
A
45 mins
Test Coverage
F
0%

Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string $name = null,
        string $address1 = null,
        string $address2 = null,
        string $city = null,
        string $postcode = null,
Severity: Minor
Found in src/Address.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status