orca-services/nova-api-php

View on GitHub
src/Method/NovaLoginMethod.php

Summary

Maintainability
A
1 hr
Test Coverage

Method login has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function login(string $clientId, string $clientSecret): string
    {
        $options = [
            'body' => http_build_query(
                [
Severity: Minor
Found in src/Method/NovaLoginMethod.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status