src/MapperFeatures/AttachTrait.php
Method attachModelsOfSameClass
has 7 arguments (exceeds 4 allowed). Consider refactoring. Wontfix
Wontfix
array $parents,
string $relationName,
array $children,
string $onMatch,
bool $detachOther,
Method attachWithDetails
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$parents,
string $relationName,
$children,
string $onMatch,
bool $detachOther,
Method setAttachments
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$parents,
string $relationName,
$children,
bool $keepOther = false,
callable $getAttachmentData = null,