Aerendir/stripe-bundle

View on GitHub
src/Model/StripeLocalCard.php

Summary

Maintainability
B
5 hrs
Test Coverage

StripeLocalCard has 42 functions (exceeds 20 allowed). Consider refactoring.
Open

class StripeLocalCard implements StripeLocalResourceInterface
{
    /** @var array<array-key, string> Properties of the Model that may not be present in the SDK model: these must be ignored when populating the local model */
    public const IGNORE = [
        // This is used internally to save the error returned by the API when calling it
Severity: Minor
Found in src/Model/StripeLocalCard.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status