src/Efi/Config.php
Showing 2 of 2 total issues
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;