fathomminds/php-rest-models

View on GitHub
src/Contracts/IDatabase.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function put($resourceName, $schema, $primaryKey, $resourceId, $newResource);
Severity: Minor
Found in src/Contracts/IDatabase.php - About 35 mins to fix

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

        public function patch($resourceName, $schema, $primaryKey, $resourceId, $newResource);
    Severity: Minor
    Found in src/Contracts/IDatabase.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status