brokencube/automatorm

View on GitHub
src/Interfaces/DataAccess.php

Summary

Maintainability
A
45 mins
Test Coverage

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

    public function commit($mode, $table, $id, $data, $externalData, $schema) : int;
Severity: Minor
Found in src/Interfaces/DataAccess.php - About 45 mins to fix

    Possibly zero references to use statement for classlike/namespace Connection (\Automatorm\Interfaces\Connection)
    Open

    use Automatorm\Interfaces\Connection;
    Severity: Minor
    Found in src/Interfaces/DataAccess.php by phan

    The closing brace for the interface must go on the next line after the body
    Open

    }

    Whitespace found at end of line
    Open

         * 

    There are no issues that match your filters.

    Category
    Status