Showing 1 of 1 total issue
Function match
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public function match(array $payload): bool { if (empty($this->criteria)) { return false; }
- Read upRead up