Aerendir/bundle-features

View on GitHub
src/Model/Subscription.php

Summary

Maintainability
A
3 hrs
Test Coverage

Subscription has 29 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class Subscription implements SubscriptionInterface
{
    /** @ORM\Column(name="currency", type="currency", nullable=true) */
    private ?Currency $currency = null;

Severity: Minor
Found in src/Model/Subscription.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status