pixelfederation/swoole-bundle

View on GitHub
src/Server/Api/ApiServerRequestHandler.php

Summary

Maintainability
A
0 mins
Test Coverage

Space before opening parenthesis of function call prohibited
Open

        return array_map(fn (array $route): array => array_keys($route), $this->routes);

Space before opening parenthesis of function call prohibited
Open

                Http::METHOD_GET => $this->composeSimpleRouteDefinition(200, fn (): array => ['ok' => true]),

There are no issues that match your filters.

Category
Status