k911/swoole-bundle

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

Summary

Maintainability
A
0 mins
Test Coverage
C
78%

Space before opening parenthesis of function call prohibited
Invalid

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

Space before opening parenthesis of function call prohibited
Invalid

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

There are no issues that match your filters.

Category
Status