src/ModuleServiceProvider.php
Showing 0 of 1 total issue
Function registerRoute
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Wontfix
Wontfix
protected function registerRoute(string $module, string $path, string $namespace, string $type) { if ($type === 'simple') $file = 'routes.php'; else $file = "{$type}.php";
- Read upRead up