Showing 4 of 9 total issues
File Pix.php
has 273 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php return [ "URL" => [ "production" => "https://pix.api.efipay.com.br",
File Charges.php
has 253 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php return [ "URL" => [ "production" => "https://cobrancas.api.efipay.com.br",
Method options
has 37 lines of code (exceeds 30 allowed). Consider refactoring. Open
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; };
Avoid too many return
statements within this method. Open
Open
return $conf;