Showing 2 of 6 total issues
Validator
has 21 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Validator{ public const IBAN_CHARS = [ '0' => '0', '1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', '7' => '7', '8' => '8', '9' => '9',
Function loadAndValid
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
protected function loadAndValid(string $path, bool $parse): bool { $bool = false; $additional = '';
- Read upRead up