PokemonTCG/pokemon-tcg-sdk-php

View on GitHub
src/Resources/QueryableResource.php

Summary

Maintainability
A
1 hr
Test Coverage

Method prepare has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function prepare(): Request
    {
        $uri = $this->resource;

        if (!empty($this->identifier)) {
Severity: Minor
Found in src/Resources/QueryableResource.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status