RebelCode/sql-cqrs-resource-models-abstract

View on GitHub
src/BuildDeleteSqlCapableTrait.php

Summary

Maintainability
A
45 mins
Test Coverage

Method _buildDeleteSql has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $table,
        LogicalExpressionInterface $condition = null,
        $ordering = null,
        $limit = null,
        $offset = null,
Severity: Minor
Found in src/BuildDeleteSqlCapableTrait.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status