efipay/sdk-php-apis-efi

View on GitHub
src/Efi/Config.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

Method options has 37 lines of code (exceeds 30 allowed). Consider refactoring.
Open

public static function options(array $options): array
{
$getBoolean = function ($key, $default = false) use ($options) {
return isset($options[$key]) ? filter_var($options[$key], FILTER_VALIDATE_BOOLEAN) : $default;
};
Severity: Minor
Found in src/Efi/Config.php - About 1 hr to fix

    Avoid too many return statements within this method.
    Open

    return $conf;
    Severity: Major
    Found in src/Efi/Config.php - About 30 mins to fix
      Category
      Status