pixelfederation/swoole-bundle

View on GitHub
src/Bridge/Monolog/MonologProcessor.php

Summary

Maintainability
A
0 mins
Test Coverage

Only one argument is allowed per line in a multi-line function call
Open

            fn (Alias $alias): bool => str_starts_with((string) $alias, 'monolog.logger')

Space before opening parenthesis of function call prohibited
Open

            fn (Alias $alias): bool => str_starts_with((string) $alias, 'monolog.logger')

Space before opening parenthesis of function call prohibited
Open

        $loggerSvcIds = array_map(fn (Alias $alias): string => (string) $alias, $loggerAliases);

There are no issues that match your filters.

Category
Status