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