src/Server/Api/ApiServerRequestHandler.php
Space before opening parenthesis of function call prohibited Invalid
Invalid
Http::METHOD_GET => $this->composeSimpleRouteDefinition(200, fn (): array => ['ok' => true]),
- Exclude checks
Space before opening parenthesis of function call prohibited Invalid
Invalid
return \array_map(fn (array $route): array => \array_keys($route), $this->routes);
- Exclude checks