honeybee/trellis

View on GitHub
src/Common/Collection/Collection.php

Summary

Maintainability
A
2 hrs
Test Coverage

Collection has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class Collection extends BaseObject implements CollectionInterface
{
    /**
     * An array of ListenerInterface that are notified upon collection changes.
     * We can't (re)use our CollectionInterface stuff here as this is the lowest level of it's implementation.
Severity: Minor
Found in src/Common/Collection/Collection.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status