src/Contracts/IDatabase.php
Method put
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function put($resourceName, $schema, $primaryKey, $resourceId, $newResource);
Method patch
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function patch($resourceName, $schema, $primaryKey, $resourceId, $newResource);