lib/Phpfastcache/EventManager.php
Showing 1 of 1 total issue
Function __call
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
Open
public function __call(string $name, array $arguments): void { if (\str_starts_with($name, 'on')) { $name = \substr($name, 2); if (\is_callable($arguments[0])) {
- Read upRead up