fathomminds/php-rest-models

View on GitHub
src/Database/MongoDB/Database.php

Summary

Maintainability
A
1 hr
Test Coverage

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

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

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

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

      There are no issues that match your filters.

      Category
      Status