pixelfederation/swoole-bundle

View on GitHub

Showing 252 of 252 total issues

Line indented incorrectly; expected 4 spaces, found 8
Open

        private StorageInterface $storage,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private BootableInterface $bootManager

Line indented incorrectly; expected 4 spaces, found 8
Open

        private RequestHandlerInterface $decorated,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private TaskHandlerInterface $decorated,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private RequestHandlerInterface $decorated,

Line indented incorrectly; expected 0 spaces, found 8
Open

        if (!$reflContainer->hasMethod('createProxy')) {

Line indented incorrectly; expected 4 spaces, found 12
Open

            if (isset($ignoredMethods[$methodName]) || !str_starts_with($methodName, 'get')) {

Line indented incorrectly; expected 4 spaces, found 8
Open

        private ParameterBagInterface $parameterBag

Line indented incorrectly; expected 4 spaces, found 8
Open

        private AtomicCounter $requestCounter

Line indented incorrectly; expected 4 spaces, found 12
Open

            }

Line indented incorrectly; expected 4 spaces, found 8
Open

        private ApiServerClientFactory $apiServerClientFactory,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private RequestProfiler $profiler

Line indented incorrectly; expected 4 spaces, found 8
Open

        private RequestDataProvider $dataProvider,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private string $name = self::DEFAULT_SESSION_NAME,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private string $runningMode = 'process',

Line indented incorrectly; expected 4 spaces, found 8
Open

        }

Line indented incorrectly; expected 0 spaces, found 8
Open

        }

Line indented incorrectly; expected 4 spaces, found 8
Open

        private ?Resetter $resetter = null,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private ?StabilityChecker $stabilityChecker = null

Space before opening parenthesis of function call prohibited
Open

                ->map(fn (BootableInterface $bootable): callable => [$bootable, 'boot'])
Severity
Category
Status
Source
Language