propelorm/Propel2

View on GitHub
src/Propel/Runtime/Collection/OnDemandCollection.php

Summary

Maintainability
A
35 mins
Test Coverage

Method toArray has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        ?string $keyColumn = null,
        bool $usePrefix = false,
        string $keyType = TableMap::TYPE_PHPNAME,
        bool $includeLazyLoadColumns = true,
        array $alreadyDumpedObjects = []
Severity: Minor
Found in src/Propel/Runtime/Collection/OnDemandCollection.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status