RebelCode/wp-cqrs-resource-models

View on GitHub
src/Wpdb/DeleteCapableWpdbTrait.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/Wpdb/DeleteCapableWpdbTrait.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status